|
|
|
|
|
iSkipPage (Function) In french: iSautePage Generates a page break: the corresponding code is sent to the printer queue. The print cursor is positioned at coordinates (0,0) of the next page. The print job is not started (only iEndPrinting can be used to start the print job). Remark: This function should not be used in the reports created with the report editor. Use iPageEnd instead.
// Print a text iPrint("Hello") // Page break iSkipPage() // Print a text iPrint("We are" + DateSys()) // Start the print job iEndPrinting()
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|