ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Print functions
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
Returns the status of the current print.
This function must be used in the closing code of report.
Caution: A specific configuration is required to use this function in Linux. For more details, see Printing in Linux.
Example
// End of print
SWITCH iReportPrintingStatus()
CASE -2: Trace("Print canceled")
CASE 0: Trace("Print in progress")
CASE 1: Trace("Empty report: no data to print")
END
Syntax
<Result> = iReportPrintingStatus()
<Result>: Integer
Status of the current print:
  • 1: No data to print
  • 0: Print in progress
  • -1: No current print
  • -2: Cancellation
Business / UI classification: Neutral code
Component: wd290etat.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