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
  • Configuration taken into account when printing a report
  • Configuration reset
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Configures the printer by opening the configuration window (WINDEV and WINDEV Mobile). The configuration window is initialized with the parameters specified when the report was created (orientation, margins, etc.).
WEBDEV - Server code Directly configures the printer used for the current print by applying the parameters specified when the report was created (orientation, margins, etc.).
Linux Caution: Using this function under Linux requires a specific configuration.. For more details, see Print in Linux.
Example
IF iConfigureReport(ETAT_MonEtat) = True THEN
	iPrintReport(ETAT_MonEtat)
ELSE  
	Info("Configuration de l'état abandonnée")
END
Syntax
<Result> = iConfigureReport(<Report name>)
<Result>: Boolean
  • True if the information typed in the dialog box was validated by the user,
  • False if user cancellation.
<Report name>: Character string
The characteristics of this report (specified when the report was created) will be used to initialize the configuration window (orientation, etc.).
Remarks

Configuration taken into account when printing a report

Only the last configuration is taken into account when printing a report.
We advise you not to use iConfigureReport and iParameterReport several times while no report is printed.

Configuration reset

After the call to iConfigureReport (or iParameterReport), any new call to this function will reinitialize the configuration window with the parameters used during the first call to the function.
Component: wd300etat.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help