EXP_ZONE
Description
This action is called for each field defined in the Import/Export template, including the fields specified with *n (n being a number 1 to 99). The action EXP_ZONE is executed after the read of the record in the table associated with the field when this table has not be declared in the 1st tab. The [F] class is therefore loaded.
This action is not executed when the field is parameterized under one of the following forms in the import/export template : Group separator, constant or empty.
Export OBJect
Single, Grid, Combined and without OBJect
Use
It can be used, for example :
to load the variables GIMP(n) ( n being a number 1 to 99 ). These variables are to be entered when the import/export template fields are named *n ( n being a number 1 to 99 ).
The available variables are as follows :
EXPFIC : Abbreviation for the table to be processed, value over 3 characters.
EXPZON : identifier for the field to be processed. It can be in the form [F:xxx]field ( where xxx is the abbreviation for the table ), or constant, or a calculated expression, or variable GIMP(n) as a function such as declared in the template for this field.