|
||||||||||||||||||||||||||||
|
|
Message Box Response Buttons Available in Pendragon Forms 4.0 Service Pack 4
Message boxes are a convenient way to alert users of possible errors as data is entered into the form. This dialog has been enhanced with Yes, No, Cancel and Ok response buttons that can help users navigate your form more easily.
When tapped, the value of the response button is placed in the Result variable, and can be used for additional scripting.
Here is a sample of a script that branches depending on the user's response to a message box:
If answer < 0 then msgbox "?YN?Would you to continue?" if result == Y then goto 4 endif if result == N then goto 20 endif endif
Message Box Response Buttons can be using with Pendragon Forms 5.0 and Pendragon Forms 4.0 Service Pack 4
© 2004 Pendragon Software Corporation. All rights reserved. Copyright and trademark information. |
|
||||||||||||||||||||||||||