LIENS
Description
This action is called during the read of a record (in single management), or during the read of each record (in OBJect of the grid type management)
OBJect type
Simple, Grid, Combined
Transaction
No
Use
It is possible to read the records in the additional tables in order to load the fields in the mask.
In single OBJect management, when there is one or more sections of the type "grid", it is necessary to load the variable at the bottom of the grid (of the data type ABS) in this action.
If it is necessary to apply a Diszo or Grizo on a field in a grid, it is necessary to do it at this level just before an Affzo in the grid section. In fact, the Grizo cannot take place once the Affzo is carried out. Because the action $LIENS intervenes just before the Affzo triggered by the supervisor.
Examples
#--- Loading of the number of analytical axes : the variable NBAXE is the variable at the bottom of the screen
If dim([M:SOH3]NBAXE) > 0 [M:SOH3]NBAXE = GOPTCANA : Endif
Associated actions
LIENS |
|