|
|
|
|
|
- Action performed by iEndPrinting
- Processes to interrupt during a print job
iEndPrinting (Function) In french: iFinImprime Signals the end of the document to be printed and initiates the actual printing of data currently stored in the printer's print queue by functions iPrint, iPrintImage, iNewLine, ... All this data constitutes the document to be printed. Note: If the iEndPrinting function is not executed, all editing will be lost.. This function must only be used with the reports created programmatically. This function must not be called in the processes of a report created with report editor in WIINDEV.
iPrint("Liste des clients")
iSkipLine()
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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|