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
Used to find out whether the current print was canceled by the user.
Remark: If the user cancels a current print, the print functions have no effect until the next call to iEndPrinting. However, the WLanguage code continues to run.
IF iDocumentCanceled() = True THEN
        Info("The current print was canceled")
END
Syntax
<Result> = iDocumentCanceled()
<Result>: Boolean
True if the user:
  • closed the report viewer before printing was completed,
  • clicked the Cancel button in the current print window.
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