April 10, 200520 yr I have two fields on a layout. One is a text field, called "Document Name" and the other one is a Container filed, called "File". When I insert a file into the container field, is it possible that I can import the file name into the "Document Name" field? This way, I don't have to type in the file name manually. I am thinking of something like a "Browse" button next to the "Document Name" field. But I am a beginner, not good at scripts. Any suggestions?
April 10, 200520 yr I believe a calculation field (result is text) = GetAsText ( ContainerField ) will do this for you. The result will be either file name or full path, depending on whether you insert a file or a reference.
Create an account or sign in to comment