Jessica C Posted April 10, 2005 Posted April 10, 2005 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?
comment Posted April 10, 2005 Posted April 10, 2005 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.
Recommended Posts
This topic is 7167 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now