|
|
|
|
|
MemZoneName (Property) In french: NomZoneMem
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.
// 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|