Displaying the full path -
09-27-2005
, 06:09 AM
I'm using a container field where I insert a file
I'm trying to display the full path of the container field to another field
example: the container has a file test.xls or test.jpg
when making a button for opening the test.xls or test.jpg it opens the files
BUT ONLY if the files are at the same directory
If I type the full path and the file to a different field this work
correctly
I'm trying not to type the full path and file since it is already in the
container
I tried GetAsText(ContainerName) and it returns only the filename with its
extension, not the full path
Thankx |