QR REPORT TO BLOB

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 REPORT TO BLOB (area; blob)

ParameterTypeDescription
areaLongintReference of the area
blobBLOBBlob to house the Quick Report

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.


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