EXEBOUT
Description
This action is called, after the execution of the button at the bottom of the screen of in a personalised menu. The personalised buttons or menus, the buttons or menus declares in the criteria window dictionary are called.
Warning !
This action is called for the execution of the button ( or menu ), when the associated action for the button ( or menu ) is the action STD (or SPE for a specific/custom development). This is possible if there is no opening of the window in the process associated with the button (or menu).
The variable BOUT gives the code for the activated button or menu.
Template
Inquiry
Use
When the dictionary action is STD or SPE, this action is used to launch the process for the button.
If not it is used to execute a process after the dictionary action. For example, there is the possibility to indicate in the template, if there is a refresh on exiting the button or menu, to return to the enquiry detail ; this is done by setting the variable OK in the following way :
OK = 0 no re-display (this is the default value)
OK = 1 redisplay the current page.
OK = 2 redisplay the first page.