QR SET INFO ROW

4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next

version 2003


QR SET INFO ROW (area; row; hide)

ParameterTypeDescription
areaLongintReference of the area created
rowLongintRow designator
hideLongint0 = displayed, 1 = hidden

Description

The QR SET INFO ROW command displays/hides the row whose reference was passed in row.

row designates which row is affected:

if row equals -1, the title of the report is affected,

if row equals -2, the detail of the report is affected,

if row equals -3, the grand total of the report is affected,

if row is a positive integer, it designates the subtotal (break) level that is affected.

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).

hide specifies whether the line is displayed or hidden:

if hide equals 1, the row is set to hidden;

if hide 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.

Example

The following statement hides the detail row:

   QR SET INFO ROW (area;qr detail; 1)

See Also

QR GET INFO COLUMN, QR Get info row, QR SET INFO COLUMN.


4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next