Print Preview Tutorial: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
   00100 OPEN #255: "name=preview:/select",display,output
   00100 OPEN #255: "name=preview:/select",display,output


As of 4.2, BR saves the PREVIEW window "position" and "maximized" settings across sessions.
During PREVIEW, clicking "Print (all)" produces a standard Windows print dialog box so the user can specify copies, range and other printing options.
The PREVIEW window continues to be non-modal (permitting multiple
concurrent previews), but we suppress the raising of the initiating window in response to waiting for keyboard entry until the PREVIEW window is closed.
This avoids the eclipsing of the preview window by the initiating window.


<noinclude>
<noinclude>

Latest revision as of 16:11, 23 September 2014

To first display a print preview window, this can be added to the BRConfig.sys file:

Substitute WIN:/  PREVIEW:/

Or, the preview can be started from the program itself using this command:

 00100 OPEN #255: "name=preview:/select",display,output

As of 4.2, BR saves the PREVIEW window "position" and "maximized" settings across sessions.

During PREVIEW, clicking "Print (all)" produces a standard Windows print dialog box so the user can specify copies, range and other printing options.

The PREVIEW window continues to be non-modal (permitting multiple concurrent previews), but we suppress the raising of the initiating window in response to waiting for keyboard entry until the PREVIEW window is closed. This avoids the eclipsing of the preview window by the initiating window.


Next: Connecting to Other Printers
Back: Table of Contents