confirm

Ask for confirmation

Shows a messagebox with a text that asks the user to confirm.

Syntax:

confirm (<String> )( {
( WhenOkAction | WhenCancelAction )+
}| ;)


         execute {
            confirm("Do you want to release the order fully?");
            when OK {
               call RealeaseOrder(OrderNo);
            }
         }

Note:   A confirm can be followed by an OK or CANCEL continuation.


This page is generated from IFS Developer Studio at 2021-08-13 08:42.