John G. wrote:
Quote:
If I insert a file in a container field and only store a reference to the
file
Then the file name is displayed and not the whole path to the file.
Did I miss something or is that the way it is?
FM obviously knows the path because a double click will open the file.
FM10 Win XP.
John G. |
If you create a new field aec_container = GetAsText(container_field),
this will show the paths, which of course can be parsed for file name etc.
MAC:
pdf inserted as referernce:
file:RP00137_DUMMY.pdf
filemac:/cortex/Users/cortical/Desktop/RP00137_DUMMY.pdf
If you insert an image as reference:
size:731,1041
image:Picture 1.png
imagemac:/cortex/Users/cortical/Desktop/Picture 1.png
WIN:
file:RP00137_DUMMY.pdf
filewin:/C:/Documents and Settings/Administrator/Desktop/RP00137_DUMMY.pdf
size:731,1041
image:Picture 1.png
imagewin:/C:/Documents and Settings/Administrator/Desktop/Picture 1.png