Pendragon Software Corporation
Home News Products Order Support Company

Case Studies

 

 

Pendragon Forms

Features
Pricing
Download
Case Studies
Order
Upgrade

 

 

Add-on Products

Pendragon SyncServer

Pendragon Forms Distribution Toolbox

View Shopping Cart

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 a response button parameter is used at the beginning of the message box string, then message box displays the corresponding response buttons. 

 

When tapped, the value of the response button is placed in the Result variable, and can be used for additional scripting.

 

 

Response Buttons Msgbox parameter Result variable Values
Yes, No ?YN? Y N
Yes, No, Cancel ?YNC? Y N C
OK, Cancel ?OC? O C
OK O

 

 

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.