Entry points > Module Supervisor > Standard script GESECRAN 

AVERTIR

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 to display the warning box (Wrnbox) of the AVERTIR sub-program
OK=2 the answer is YES; OK=1 the answer is CANCEL
The GPE variable set to 1 makes it possible not to display the box
The TEX variable contains the text of the question or of the warning. It is used to know the context.

OUINON

The OUINON entry point is placed before the execution of the question box, this entry point is used 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 dialogue box (Qstbox) of the OUINON sub-program.

OK=2 the answer is YES; OK=1 the answer is CANCEL
The GPE variable set to 1 makes it possible not to display the box.
The TEX variable contains the text of the question or of the warning. It is used to know the context.