Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - <b>previewing your print-works</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Previewing your print-works
--------------------------------------------------------------------------------

 You may generate an impressive preview of your printouts just specifying
 the clause PREVIEW when building a printer object:

   PRINT oPrn NAME "My Printout" PREVIEW
      ...
      PAGE
         ...
         oPrn:Say( nRow, nCol, cText, ... )
         ...
      ENDPAGE
      ...
   ENDPRINT

 This will cause the printout to be reviewed first in screen, giving the
 user the ability to preview and interactively select what to print or to
 cancel the printout work.

 FiveWin uses standard Windows Metafiles files to store each of the
 printout pages. In order to manage those metafiles, FiveWin looks for
 the temporary directory on your system. Remember to set a TEMP directory
 on your autoexec.bat:

 SET TEMP=c:\temp

 FiveWin will store temporarily the metafiles files inside that directory,
 and will delete them once the preview is finished. All these operations
 are managed automatically by FiveWin.


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson