ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
The content of this page has been updated to version 25.  See documentation 25 now.
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
Stops printing the current report immediately. The WLanguage code after the call to the function is run. This function must be used in one of the report processes.
Versions 18 and later
iPhone/iPad This function is now available for iPhone/iPad applications.
Note This function can only be used to process reports created with the report editor.
Versions 25 and later
Android This function is now available for Android applications.
Example
// Fin de l'impression 
IF MySelf..Source.NomClient = "MOULIN" THEN
	iCloseReport()
END
Syntax
iCloseReport()
Remarks
To avoid running the WLanguage code after iCloseReport, use the RETURN keyword, for example.
Example:
IF TraitementFini() = True THEN
	iCloseReport()
	RETURN
END
Info("Coucou")
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