J
Jayawanth
In an INCLUDEPICTURE field, I use embedded field for storing relative path
for my image files -
INCLUDEPICTURE \d "{FILENAME \p}\\..\\Images\\Chap 2\\Circulatory
System.jpg" \* MERGEFORMATINET
When we retrieve the Field.Code.Text in VBA, sometimes I am getting the
evaluated absolute path (i.e. c:\\...) and sometimes the relative path
({FILENAME...).
Q: How do we access the actual field code stored? Where ever there is an
absolute path I want to change it to relative path.
- Jayawanth
for my image files -
INCLUDEPICTURE \d "{FILENAME \p}\\..\\Images\\Chap 2\\Circulatory
System.jpg" \* MERGEFORMATINET
When we retrieve the Field.Code.Text in VBA, sometimes I am getting the
evaluated absolute path (i.e. c:\\...) and sometimes the relative path
({FILENAME...).
Q: How do we access the actual field code stored? Where ever there is an
absolute path I want to change it to relative path.
- Jayawanth