These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Filename & Path

pflores@sunflow...
Registered: Aug 21 2007
Posts: 37

Was wanting to know in LiveCycle, on the master page, is there way to put a footer in that will put th filename in the footer once it has been saved? You know, like Excel does.
Thanks!
Paula

toms
Registered: Dec 10 2007
Posts: 7
Paula,
one way to do this is to crate TextField name it e.g. Filename, then click on "Calculate" tab, place checkmark next to "Custom calculation script:", click Edit and enter the following text w/o quotes:
"event.value = this.documentFileName;"
Click OK, Close and you are almost done.
Duplicate field on all pages.

Now, if you change the filename, you will need to refresh the TextField info, by clicking on Edit button in the Properties window again.

Hope this works for you.
toms