4D v16.3

QR REPORT TO BLOB

Home

 
4D v16.3
QR REPORT TO BLOB

QR REPORT TO BLOB 


 

QR REPORT TO BLOB ( area ; blob ) 
Parameter Type   Description
area  Longint in Reference of the area
blob  BLOB in BLOB to house the Quick Report

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

 
PROPERTIES 

Product: 4D
Theme: Quick Report
Number: 770

This command modifies the Error system variable

 
HISTORY 

Created: 4D 2003

 
ARTICLE USAGE

4D Language Reference ( 4D v16)
4D Language Reference ( 4D v16.1)
4D Language Reference ( 4D v16.2)
4D Language Reference ( 4D v16.3)