Entry points > Module Supervisor > Standard script GESECRAN 

WARNING

The AVERTIR entry point is placed before the execution of the warning box, this entry point is used to inhibit the warning.

Context and operating mode

The AVERTIR entry point is placed in the GESECRAN process before the instruction used to display the warning box (Wrnbox) of the AVERTIR sub-program
OK=2 the answer is YES; OK=1 the answer is CANCEL
Setting the GPE variable to 1 allows to avoid displaying the box
The TEX variable contains the question or warning text. It allows to know the context.

OUINON

The OUINON entry point is placed before the execution of the question box; this entry point allows to inhibit the question.  

Context and operating mode

The OUINON entry point is placed in the GESECRAN process just before the instruction used to display the dialog box (Qstbox) of the OUINON sub-program.

OK=2 the answer is YES; OK=1 the answer is CANCEL
Setting the GPE variable to 1 allows to avoid displaying the box.
The TEX variable contains the question or warning text. It allows to know the context.