This entry point is not triggered in the case of a direct print.
The following tables are on line :
Table | Significant content | Table description |
---|---|---|
AREPORT [ARP] | No |
The only significant table is AREPORT, which contains the report in the process of being printed.
####################################################################
##Example of the use of the entry point in AIMP1 processing
####################################################################
$ACTION
ACTION example
When "END" : Gosub END
Endcase
Return
$END
If [F:ARP]RPTCOD="REPORT1" : # After REPORT1, REPORT2 is linked
GPE = 1
REPORT = "REPORT2"
Endif
Return
Entry point PRTFMT makes it possible to recover the print format as defined in the printer management for a preview.
The following tables are on line :
Table | Significant content | Table description |
---|---|---|
AREPORT [ARP] | No |
In the case of a preview in a Client Server context, if the global variable GPE is set to 0 in entry point PRTFMT, the print format entered in the printer record applies to the report. Otherwise, the print format is "pdf".