DISPLAY QUESTION Action

UDP ›› Actions ››
Parent Previous Next

DISPLAY QUESTION Action

The DISPLAY QUESTION action displays a question to the user and waits for the user's reply. The string specified in the action identifying a question is displayed together with the Yes, No and Cancel buttons. For example,

   

DISPLAY QUESTION 'Do you want to print out a receipt?'  

   

The reply of the user can be checked using the Reply attribute of the predefined object Question, for example:

   

If Question.Reply = 'Yes' Then …