This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20 R7
QR SET REPORT KIND
|
QR SET REPORT KIND ( area ; type ) | ||||||||
Parameter | Type | Description | ||||||
area | Longint |
![]() |
Reference of the area | |||||
type | Longint |
![]() |
Type of the report | |||||
The QR SET REPORT KIND command sets the report type for the area whose reference was passed in area.
You can also use the constants of the QR Report Types theme:
Constant | Type | Value |
qr cross report | Longint | 2 |
qr list report | Longint | 1 |
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.
Product: 4D
Theme: Quick Report
Number:
738
Created: 4D 2003
4D Language Reference ( 4D v20 R7)