Entry points > Module Supervisor > Standard script VALWINSUB 

AV_FILLBOX

This entry point is located before the Fillbox instruction that loads the main and secondary left lists for object management or window entry.  It is used to perform controls on the loading performance of these lists.

 

Context and operating mode

This entry point is called from the processing generated upon window validation (WGxxx processing). It is executed on each loading of a left list: with a click on the list or a contextual event (the modification of the customer order causes the loading of the quote picking list).

In addition to all the declared variables in the object management or window entry, the following variables are particularly destined for the left lists:
- currbox contains the name of the current left list (GAU_CHE main list , GAU_CHE1 secondary list 1, GAU_CHE2 secondary list 2, ... GAU_CHE8)
- ILIS contains the number of the current left list (0, main list, 1-8 secondary lists)
- ABREV contains the code of the current object
- OBJLIS (0..8) contains the codes for the objects of the current object left list
- CRITERE, FILTSUP, FILROLE, FILSUITE contain the Filter instruction criteria triggered before the AV_FILLBOX entry point in the main left list
- CRITERE, FILGAUSUP(0..2), FILSUITE contain the Filter instruction criteria triggered before the AV_FILLBOX entry point in the secondary left lists

The open tables are referenced in the object description or in the OUVR (open) action.

AP_FILLBOX

This entry point is located after the Fillbox instruction that loads the principal and secondary left lists for OBJect management or window entry.  It is used to perform controls on the loading performance of these lists.

Context and operating mode

This entry point is called from the processing generated upon window validation (WGxxx processing). It is executed on each loading of a left list: with a click on the list or a contextual event (the modification of the customer order causes the loading of the quote picking list).

In addition to all the declared variables in the object management or window entry, the following variables are particularly destined for the left lists:
- currbox contains the name of the current left list (GAU_CHE main list , GAU_CHE1 secondary list 1, GAU_CHE2 secondary list 2, ... GAU_CHE8)
- ILIS contains the number of the current left list (0, main list, 1-8 secondary lists)
- ABREV contains the code of the current object
- OBJLIS (0..8) contains the codes for the objects of the current object left list
- CRITERE, FILTSUP, FILROLE, FILSUITE contain the Filter instruction criteria triggered before the AV_FILLBOX entry point in the main left list
- CRITERE, FILGAUSUP(0..2), FILSUITE contain the Filter instruction criteria triggered before the AV_FILLBOX entry point in the secondary left lists

The open tables are referenced in the object description or in the OUVR (open) action.