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
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 programmatically.
Attention: This function can only be called during the execution of a composite report printout..
Example
// Code d'ouverture d'un état composite
iInitSubReport(SETAT_SousEtat1, nBorneMin, nBorneMax)
Syntax
iInitSubReport(<Subreport> [, <Parameter 1> [... [, <Parameter N>]]])
<Subreport>: Report name
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.
Business / UI classification: Neutral code
Component: wd300etat.dll
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/24/2024

Send a report | Local help