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
Returns the status of the current print.
This function must be used in the closing code of report.
Caution: In Linux, this function requires a specific configuration. For more details, see Printing in Linux.
Example
// Fin de l'impression
SWITCH iReportPrintingStatus() 
	CASE -2 : Trace("Impression abandonnée")
	CASE 0 : Trace("Impression en cours")
	CASE 1 : Trace("Etat vide : aucune données à imprimer")
END
Syntax
<Result> = iReportPrintingStatus()
<Result>: Integer
Status of the current print:
  • 1: No data to print
  • 0: Printing in progress
  • -1: No printing in progress
  • -2: Abandon
Business / UI classification: Neutral code
Component: wd300etat.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help