Entry points > Module Supervisor > Standard script ARZIMP 

NEWTYP: New type of line to manage images

Use the NEWTYP entry point to manage a new line type and, for instance, print an image.

Context and operating method

The NEWTYP entry point is in the read loop before writing a record in the .PAT sequential file.

The sequential file is opened under abbreviation [DATA]
The line setup table is opened under abbreviation [ARA]
Field [F:ARA]LIG(I) contains the current line of the setup.
After writing in the sequential file, GPE needs to be set to 1 so the current line is not processed by the standard development.
The sequential file is opened with adxium=GASCII and adxirs=chr$(13)+chr$(10)

FILE: Position the table for the [LNK] scan

Use the FILE entry point to modify the read table(s) for the data scan via the [LNK] abbreviation

Context and operating method

Use the FILE entry point to modify the read table(s) for the scan by using the [LNK] abbreviation

- the [F:ARZ] class is available to test the report
- tables can be opened and a link can be used
- the table or link used in the scan must have the [LNK] abbreviation
- the GPE must be set to 1 so the standard development does not open tables linked to the report