Skip to main content
Version: 20 R7 BETA

QR REPORT TO BLOB

QR REPORT TO BLOB ( area ; blob )

ParameterTypeDescription
areaIntegerReference of the area
blobBlobBLOB to house the Quick Report

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

Description

The QR REPORT TO BLOB command places the report whose reference was passed in area in a BLOB (variable or field).

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

Example

The following statement assigns the Quick Report stored in MyArea into a BLOB Field.

 QR REPORT TO BLOB(MyArea;[Table 1]Field4)

See also

QR BLOB TO REPORT