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

Displaying form version in footer text field

kenwarthen
Registered: Jun 27 2010
Posts: 22
Answered

I'm kind of new to LiveCycle and am trying to figure out how to display a form's version property value in a text field in my form's footer. Any help will be greatly appreciated.

Ken

My Product Information:
LiveCycle Designer, Windows
radzmar
Expert
Registered: Nov 3 2008
Posts: 1202
Hi,

the version info that is also editable in the form properties dialog can be read out in the following way.
JavaScript for the initialize:event of a text field:
this.rawValue = xfa.form.form1.desc.version.value;

radzmar
LoveCycle Blog
Documents you need:
LiveCycle Designer ES2 Docs

kenwarthen
Registered: Jun 27 2010
Posts: 22
Radzmar,

Thanks for the help.

Ken