20% Command group 20% Flag affected 20% Reversible 20% Execute on client 20% Platform(s)
Reports and Printing YES NO NO All

Syntax

Print report from memory field-name

Description

This command prints the contents of the specified binary field or variable to the current report destination. The specified field or variable must contain output generated using the Memory printing device.

Example

# Print the report rMyReport to memory and then print
# the report from memory to screen
Set report name rMyReport
Do $cdevice.$assign(kDevMemory)
Do $prefs.$reportdataname.$assign(iBinVar)
Print report
Send to screen
Print report from memory iBinVar