QR SET REPORT KIND
QR SET REPORT KIND* ( area ; type )
| Parameter | Type | Description | |
|---|---|---|---|
| area | Integer | → | Reference of the area | 
| type | Integer | → | Type of the report | 
Description
he QR SET REPORT KIND command sets the report type for the area whose reference was passed in area.
- If type equals 1, the report type is list.
- If type equals 2, the report type is cross-table.
You can also use the constants of the QR Report Types theme:
| Constant | Type | Value | 
|---|---|---|
| qr cross report | Integer | 2 | 
| qr list report | Integer | 1 | 
If you set a new type for an existing current report, it removes the previous settings and creates a new empty report, ready to be set.
If you pass an invalid area number, the error -9850 will be generated.
If you pass an invalid type value, the error -9852 will be generated.
See also
Properties
| Command number | 738 | 
| Thread safe | ✗ | 
| Modifies variables | error |