ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE


WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
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 is not started (only iEndPrinting can be used to start the print).
Remark: This function should not be used in the reports created with the report editor. Use iPageEnd instead.
Example
// Print a text
iPrint("Hello")
// Page break
iSkipPage()
// Print a text
iPrint("We are" + DateSys())
// Start the print
iEndPrinting()
Syntax
iSkipPage()
Component: wd280prn.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment