|
|
|
|
|
iSkipPage (Function) In french: iSautePage Forces a page skip: the corresponding code is sent to the printer spooler. 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). Note: We strongly advise against using this function in reports created with the report editor.. Use iPageEnd instead.
iPrint("Hello")
iSkipPage()
iPrint("We are" + DateSys())
iEndPrinting()
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|