ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Print functions
  • Action performed by iEndPrinting
  • Processes to interrupt during a print job
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
Signals the end of the document to print and actually starts printing the data stored in the printer spooler by using iPrint, iPrintImage, iNewLine, ... This set of data constitutes the document to print.
Remark: If iEndPrinting is not executed, the entire document will be lost. This function must only be used with the reports created through programming. This function must not be called in the processes of a report created with report editor in WIINDEV.
Example
iPrint("List of customers")
iSkipLine()
// Process
iEndPrinting()
Syntax
iEndPrinting()
Remarks

Action performed by iEndPrinting

iEndPrinting cancels:
  • the configuration of iMargin,
  • the fonts created beforehand.
  • WINDEV the current "print preview" mode.
WINDEVWindowsLinuxJavaUser code (UMC)

Processes to interrupt during a print job

During a print, the following processes must be interrupted:
Component: wd290prn.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help