Is there a way to incorporate the "oCheckBox" argument normally associated with app.alert in an Acro form, as part of the messageBox syntax of an LCD form?
Excerpt from [url=http://acrobatusers.com/tutorials/2006/popup_windows_part1]The Alert Box: Part 1 of 5 on Pop Up Windows[/url]
The oCheckbox argument adds a checkbox to the bottom of the Alert Box... In order for it to return a value it requires a generic object literal as input. This object contains 3 properties, the checkbox text (cMsg), an initial value (bInitialValue), and the output value (bAfterValue). The output value is the only required property. The others are optional and have default values.
If not, is there an alternative so my message can have a checkbox so that, if checked, will not display the message alert again?
xfa.host.messageBox("my_text", "my_title", 1, 0);
Test this code from Thom Parkers sample file in the click:event of a button in LCD.
It generally will work.
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs