ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / How to proceed? / Handling reports
  • Problematics
  • Solutions
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
How to find out whether a report was printed?

Problematics

When printing a report, it is quite common to direct the print to a preview.
In some cases, a paper document must physically be printed.
How to find out through programming whether the document was printed or not?

Solutions

Several functions are available:
  • iDocumentPrinted is used to find out whether the report was printed from the preview.
  • iDocumentCanceled is used to find out whether the user:
    • closed the print preview before the end of prints,
    • clicked the Cancel button in the current print window.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 10/27/2022

Send a report | Local help