At 01:23 PM 12/16/2004 -0600, Dick Fey wrote:

Print LaserChk where Checknum = ?

All commands in the form designer would indicate 1 copy would
print. Obviously that is all one would need.

It will continue to print copies till the laser printer is on
fire if I would let it.


Dick,

Sounds like a converted report symptom!

Does the same report work fine when you print on screen with
"OPTION SCREEN"?

Example:

PRINT LaserChk WHERE CheckNum = nnnn +
OPTION SCREEN|WINDOW_STATE MAXIMIZED|ZOOM_TYPE PAGE_WIDTH

I bet it does!

You need to check the page settings and layout of your report.

Here's how:

Report Designer | File | Page Setup  ...

Go through everything and make sure that all options are set
accordingly, especially the following:

. Paper Size
. Width
. Height
. Orientation

Once verified/updated, make sure to [Save] the report.

Then try the following:

PRINT LaserChk WHERE CheckNum = nnnn +
OPTION PRINTER

That's all there is to it!

Very Best R:egards,

Razzak.



Reply via email to