|
Previous Top Next |
The ReportPrevieweQueue property is used in the Init and SetPageOfPages methods and is used to store a reference to the image queue from the report, which contains the filenames of the windows metafiles (.wmf files) that are included in the report.
It is declared as:
ReportPrevieweQueue &PrintPreviewFileQueue
The PrintPreviewFileQueue is defined in the EQUATES.CLW Clarion standard file. It is defined like this:
PrintPreviewFileQueue QUEUE,TYPE
Filename STRING(FILE:MaxFileName)
PrintPreviewImage STRING(FILE:MaxFileName),OVER(Filename)
END