XXX

Description

This action is called after a standard button has been executed (button of the 3rd tab in the window dictionary). For each standard button, there are 2 possible actions: an action before AVANT_XXX, an action after XXX (where XXX features the buton identification ). Between these 2 actions, the dictionary action is run if it is specified on the button (in the window dictionary).

The grid below contains the list of the before and after actions, for each standard button:

Button title

Action before

Action after

EndAVANT_ENDEND
Save buttonAVANT_ENRENR
CreateAVANT_CRECRE
DeleteAVANT_SUPSUP
CancelAVANT_ABAABA
OkAVANT_OKOK button
New AVANT_NEWNEW
FirstAVANT_FIRFIR
LastAVANT_LASLAS
PreviousAVANT_PREPRE
NextAVANT_SUISUI
SelectionAVANT_SELSEL
Code changeAVANT_CHGCHG
PrintingAVANT_EDIEDI
ListAVANT_LISLIS
AttachmentsAVANT_JOIJOI
CommentsAVANT_COMCOM
PropertiesAVANT_PROPRO
Template

Window entry

Use

When the dictionary action is STD or SPE or is not specified, this action is used to launch the button processing.

By default the buttons do not allow the user to exit the window, except the OK and END buttons.

When positioning End to 0, this tells the supervisor to remain in the window.
With End = 1, this indicates that the window must be exited.