|
|
|
|
|
iReportPrintingStatus (Function) In french: iStatusImpressionEtat Returns the status of the current print. This function must be used in the closing code of report. Caution: In Linux, this function requires a specific configuration. For more details, see Printing in Linux.
SWITCH iReportPrintingStatus()
CASE -2 : Trace("Impression abandonnée")
CASE 0 : Trace("Impression en cours")
CASE 1 : Trace("Etat vide : aucune données à imprimer")
END
Syntax
<Result> = iReportPrintingStatus()
<Result>: Integer Status of the current print:- 1: No data to print
- 0: Printing in progress
- -1: No printing in progress
- -2: Abandon
Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|