This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20 R7
QR SET REPORT TABLE
|
QR SET REPORT TABLE ( area ; aTable ) | ||||||||
Parameter | Type | Description | ||||||
area | Longint |
![]() |
Reference of the area | |||||
aTable | Longint |
![]() |
Table number | |||||
The QR SET REPORT TABLE command sets the current table for the report area whose reference was passed in area to the table whose number was passed in aTable.
It is necessary for a table to be assigned to the report since the report editor will be using the current selection for that table to display the data, perform computations and propagate relations, if needed.
If you pass an invalid area number, the error -9850 will be generated.
If you pass an invalid table value, the error -9852 will be generated.
Product: 4D
Theme: Quick Report
Number:
757
Created: 4D 2003
4D Language Reference ( 4D v20 R7)