|
|
|
|
|
- Action performed by iEndPrinting
- Processes to interrupt during a print job
iEndPrinting (Function) In french: iFinImprime Signals the end of the document to print and actually starts printing the data stored in the printer spooler by using iPrint, iPrintImage, iNewLine, ... This set of data constitutes the document to print. Remark: If iEndPrinting is not executed, the entire document will be lost. This function must only be used with the reports created through programming. This function must not be called in the processes of a report created with report editor in WIINDEV.
iPrint("List of customers") iSkipLine() // Process iEndPrinting()
Remarks Action performed by iEndPrinting iEndPrinting cancels: - the configuration of iMargin,
- the fonts created beforehand.
- the current "print preview" mode.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|