Skip to main content
Version: 21 R4 BETA

QR Get info row

QR Get info row ( area : Integer ; row : Integer ) : Integer

ParameterTypeDescription
areaInteger→Reference of the area created
rowInteger→Row designator
Function resultInteger←0 = displayed, 1 = hidden
History
ReleaseChanges
2003Created

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. You can pass either:

  • a positive integer value to designate the corresponding subtotal (break) level,
  • one of the following constants from the QR Rows for Properties theme:
ConstantTypeValueComment
qr detailInteger-2Detail area of report
qr grand totalInteger-3Grand total area
qr titleInteger-1Title of report
The value returned by QR Get info row indicates whether the contents of the row are displayed or hidden. If it equals 1, the contents of the row are hidden; if it equals 0, the contents of the row are 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

Properties​

Command number769
Thread safeno
Modifies variableserror