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 one or more line break. The print cursor is positioned at coordinates (0, current line + 1). By default, the line skip is performed according to the size (height) of the last printed line.
The print job is not started (only iEndPrinting can be used to start the print job).
Note: This function cannot be used in reports created with the report editor.
Example
// Impression d'un texte
iPrint("Bonjour")
// Saut de ligne
iSkipLine()
// Impression d'un texte
iPrint("Nous sommes le" + DateSys())
// Lancement de l'impression
iEndPrinting()
Syntax
iSkipLine([<Number of Lines to Skip>])
<Number of Lines to Skip>: Optional integer
Number of lines to skip when printing. By default, this number is set to 1.
Component: wd300prn.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/24/2024

Send a report | Local help