This action is called after the entry in the criteria window. It is executed systematically whether there is a criteria window or not.
Standard process (interactive and batch mode)
It is used to carryout the last controls before the process. At this level, it is possible to :
Display an error message by setting GERR = 1 and entering a message in the variable GMESSAGE.
Interrupt the process by setting FIN = 1.
Return to entry ( just before the action AVANT_PAR ) by SAI = 1, when in interactive mode.
Assign a wait message by loading the variable TIT and displaying it by setting TMP = 1.
To display a wait message (Tempon) either assign a personalised text in the variable TIT, or choose a standard text by assigning a letter in the variable TIT. The default text is "operation in process...". Below is a list of common texts preceded by their code.
V | validation in process ... |
F | verification in process ... |
L | read in process ... |
E | write in process ... |
A | cancellation in process ... |
R | search in process ... |
C | calculation in process ... |
operation in process ... |