Skip to main content
Version: 20 R7 BETA

QR SET AREA PROPERTY

QR SET AREA PROPERTY ( area ; property ; value )

ParameterTypeDescription
areaIntegerReference of the area
propertyIntegerInterface element designated
valueInteger1 = displayed, 0 = hidden

This command is not thread-safe, it cannot be used in preemptive code.

Description

The QR SET AREA PROPERTY command shows or hides the interface element whose reference is passed in property.

This command can only be used with a Quick report area embedded in a form.

You can use the following constant from the QR Area Properties theme in property:

ConstantValueComment
qr view contextual menus7Display status of the Contextual menu (Displayed=1, Hidden=0)

If you pass an invalid area number, the error -9850 will be generated.
If you pass an invalid property parameter, the error -9852 will be generated.

See also

QR Get area property