www.icetips.com  Icetips Utilities Documentation 6/25/2012    

Page Of Pages Class: ReportPrevieweQueue

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



Direct link to this page: http://www.icetips.com/manuals/utilities/reportpreviewequeue_pageofpage.htm