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
The MemZoneName property is used to:
  • find out the name of the memory zone used as data source for a report.
  • modify the name of the memory zone used as data source for a report.
Example
// Find out the name of the data source for "RPT_CustomerReport"
ResViewName = RPT_CustomerReport.MemZoneName
Syntax

Finding out the name of the memory area associated with a report Hide the details

<Result> = <Report used>.MemZoneName
<Result>: Character string
Name of the memory zone used as data source for the specified report.
<Report used>: Report name
Name of the report associated with a memory area to use. A WLanguage error occurs if this parameter does not correspond to a report associated with a memory area.

Modifying the name of the memory area associated with a report Hide the details

<Report used>.MemZoneName = <Name of memory area>
<Report used>: Report name
Name of the report to be used. A WLanguage error occurs if this parameter does not correspond to a report associated with a memory zone.
<Name of memory area>: Character string
Name of the memory area used as data source for the specified report.
Remarks
The MemZoneName property can only be used on a report associated with a memory area.
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