Skip to the content.

hmRep_BLOB TO REPORT ( Area ; Blob)

Introduced in v1.0, Preemptive: yes
Parameter Type In/Out Description
Area Longint Area reference
Blob Blob XML-Blob

Description

The command hmRep_BLOB TO REPORT imports a hmReports-document saved with hmRep_REPORT TO BLOB.

If the command is executed with success, all settings of the previous report will be lost.

If something went wrong, you can call hmRep_GET IMPORT PROTOCOL for getting more information about the import process.

Example

The following example loads a hmReport from the current field [Reports]Blob into the area:

hmRep_BLOB TO REPORT(hmRep; [Reports]Blob)