ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Your version: 01F250083H (WINDEV 25)

Help / WLanguage / WLanguage functions / Standard functions / Print functions / WLanguage functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadApple WatchUniversal Windows 10 AppWindows Mobile
Others
Stored procedures
iInitSubReport (Function)
In french: iInitSousEtat
Initializes the parameters of a subreport of a composite report. This function must be used when a subreport requires parameters such as lower or upper bounds or parameters specified by programming.
Caution: This function can only be called when printing a composite report.
Example
// Opening code of a composite report
iInitSubReport(SRPT_SubReport1, nLowerBound, nUpperBound)
Syntax
iInitSubReport(<Subreport name> [, <Parameter 1> [... [, <Parameter N>]]])
<Subreport name>: Character string (with or without quotes)
Name of subreport to initialize.
<Parameter 1>: Type of the parameter (optional)
First parameter that must be passed to the subreport.
<Parameter N>: Nth of the parameter (optional)
Last parameter that must be passed to the subreport.
Component : wd250etat.dll
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/14/2020

Send a report | Local help