ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Print functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
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.
Example
// Print a text
iPrint("Hello")
// Page break
iSkipPage()
// Print a text
iPrint("We are" + DateSys())
// Start the print job
iEndPrinting()
Syntax
iSkipPage()
Component: wd300prn.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/30/2024

Send a report | Local help