SETBOUT(FEN)
Description
This action is executed before the redisplay of the window, following the an activation of the buttons or menus, on the entry of selection criteria.
Template
Inquiry
Use
This action is called to make it possible to make the buttons and menus inaccessible.
To deactivate the buttons, the button code needs to be deleted from the variable CHAINE, by the following instruction :
Call VIREBOUT(CHAINE,"XXX") From GOBJET (XXX : list of codes to be de-activated)
To activate the menus, their menu code needs to be added to the variable CHMEN, in the following fashion :
CHMEN += "XXX" (XXX : list of codes to be activated)
Gosub SET_BOUT_SPE From GSAISIE
The list of buttons accompanied by their code is displayed below.
Button code |
Button title |
C | Criteria |
G | Graph |
= | Refresh |
R | Search |
+ | Next |
- | Return |
D | Last |
< | Previous (radio button) |
> | Next (radio button) |
0 | First (radio button) |
9 | Last (radio button) |
E | Printing |
L | List |
F | End |