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
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.
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