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
iInitInternalReport (Function)
In french: iInitEtatInterne
Initializes the parameters of an internal report used by a report.
Remark: By default, an internal report receives the same parameters as the calling report. This function allows you to specify different parameters to an internal report.
Example
// Global declarations of a report
iInitInternalReport(RPTI_InternalReport1, nLowerBound, nUpperBound)
Syntax
iInitInternalReport(<Internal Report control> [, <Parameter 1> [... [, <Parameter N>]]])
<Internal Report control>: Control name
Name of Internal Report control to initialize.
<Parameter 1>: Type of the parameter (optional)
First parameter expected by the internal report associated with the Internal Report control.
<Parameter N>: Type of the parameter (optional)
Last parameter expected by the internal report associated with the Internal Report control.
Remarks
  • This function can only be called when printing a report.
  • This function does not allow you to manage parameters by reference: when called, iInitInternalReport copies the value of parameters.
Component: wd290etat.dll
Minimum version required
  • Version 25
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help