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
iWindowCancel (Function)
In french: iFenêtreAbandon
Configures the print cancel window:
You can:
  • display (or not) the cancellation window,
  • edit the title of the cancel window
  • edit the message of the cancel window.
Note This function must be called before the start of a printout (for example, before function iPrint or iPrintReport, ...).
Example
WINDEVReports and QueriesWindowsUser code (UMC)
// Change le titre de la fenêtre et affiche une ligne
iWindowCancel(True, "Patientez", "Impression de la page#P")
iPrintReport(ETAT_NomEtat)
Syntax
iWindowCancel(<Display> , <Title> , <Text>)
<Display>: Boolean
  • True to display the print cancel window,
  • False to avoid displaying the print cancel window.
<Title>: Character string
New title of the print cancel window.
If this parameter is not specified, the default title of the window is kept.
<Text>: Character string
Message to display in the print cancel window.
If this parameter is not specified, the default text is displayed.
To specify the page currently printed in this message, use the "#P" string. This string will be replaced by the number of the current page at runtime.
Component: wd300prn.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