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
  • Action performed by iEndPrinting
  • Processes to interrupt during a print job
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Signals the end of the document to be printed and initiates the actual printing of data currently stored in the printer's print queue by functions iPrint, iPrintImage, iNewLine, ... All this data constitutes the document to be printed.
Note: If the iEndPrinting function is not executed, all editing will be lost.. This function must only be used with the reports created programmatically. This function must not be called in the processes of a report created with report editor in WIINDEV.
Example
iPrint("Liste des clients")
iSkipLine()
// Traitement
iEndPrinting()
Syntax
iEndPrinting()
Remarks

Action performed by iEndPrinting

iEndPrinting cancels:
  • the configuration of iMargin,
  • the fonts created beforehand.
  • WINDEVWEBDEV - Server code the current "print preview" mode.
WINDEVWEBDEV - Server codeReports and QueriesWindowsLinuxAndroidAndroid Widget JavaUser code (UMC)

Processes to interrupt during a print job

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

Last update: 09/19/2024

Send a report | Local help