version 2003
QR Get info row (area; row) Longint
Parameter | Type | Description | |
area | Longint | Reference of the area created | |
row | Longint | Row designator | |
Function result | Longint | 0 = displayed, 1 = hidden |
Description
The QR Get info row command retrieves the display status of the row whose reference was passed in row.
row designates which row is affected by the command:
if row equals -1, the title display attribute is retrieved
if row equals -2, the detail display attribute is retrieved
if row equals -3, the grand total display attribute is retrieved
if row is a positive integer, it designates the subtotal (break level) whose display attribute is retrieved.
You can use constants from the QR Rows for Properties theme to designate the row item (qr title= -1, qr detail=-2, qr grand total=-3)
The function result specifies whether the row is displayed or hidden. If it equals 1, the row is set to hidden; if it equals 0, the row is set to displayed.
If you pass an invalid area number, the error -9850 will be generated.
If you pass an invalid row value, the error -9852 will be generated.
See Also
QR GET INFO COLUMN, QR SET INFO COLUMN, QR SET INFO ROW.