The AVERTIR entry point is placed before the execution of the warning box, this entry point is used to inhibit the warning.
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.
The OUINON entry point is placed before the execution of the question box; this entry point allows to inhibit the question.
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.