ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with reports and controls
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
InternalReportName (Property)
In french: NomEtatInterne
The InternalReportName property is used to:
Example
// Change the report printed in "RPTI_InternalReport2"
RPTI_InternalControl2.InternalReportName = RPT_ProductTable
Syntax

Finding out the name of the report printed in an "Internal Report" control Hide the details

<Result> = <Internal Report control>.InternalReportName
<Result>: Character string
Name of the report currently associated with the specified "Internal Report" control.
<Internal Report control>: Control name
Name of the "Internal Report" control to use.

Changing the report printed in the "Internal Report" control Hide the details

<Internal Report control>.InternalReportName = <Report to be printed>
<Internal Report control>: Control name
Name of the Internal Report control to use.
<Report to be printed>: Character string
Name of the report to print in the specified "Internal Report" control.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help