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

Pop up message box

lg150jls
Registered: Jun 30 2008
Posts: 9

When creating a form in LiveCycle is there a way to have a message box pop up to help with the fill in of the form?

My Product Information:
Acrobat Pro 8.0, Windows
aerokhin
Registered: Jun 27 2008
Posts: 39
Hi!

Sure there is the way. Just look in help for "messageBox scripting method".

To display a message box when the form would be opened just fill in "form:ready" event of "form1" object with the following code:
xfa.host.messageBox("Your text";"Some title")

Regards, Andrey
lg150jls
Registered: Jun 30 2008
Posts: 9
I am having trouble with adding script. is there a setting somewhere that my IT person missed?
Silverlay
Registered: Jun 25 2008
Posts: 7
Noup, there is no special settings for this.
Just open script tab, select form:ready event (or any other you need, depends on use context) in dropdown list.
Then language you need (FormCalc by default) and then write script above.

[img]http://img127.imageshack.us/img127/4494/pic1cd5.png[/img]