At 03:32 PM 8/28/2004 +1200, John Docherty wrote:
If anyone can tell me how this problem can be overcome it would be much
appreciated is the paper size saved with the report or is it related to
the printer ?
Is there an overall default paper size saved within RBASE somewhere ?
John,
A few options to achieve your goal:
01. While in Report Designer:
Set Printer to "Default"
File | Page Setup... | Printer
Choose Paper Size "A4" and verify Width/Height
Click on appropriate Orientation
Select Paper Tray as "Default"
Click on [OK] to save settings
Save the report and close the report designer
At the R> Prompt:
PRINT ReportName ... OPTION PRINTER
02. At the R> prompt or in a command file:
PRNSETUP 'A4'
PRINT ReportName ... OPTION PRINTER
For complete details on PRNSETUP, type HELP PRNSETUP
OR
From The Edge: http://www.razzak.com/fte
(Powered by R:WEB)
Topic: Using Enhanced PRNSETUP Command in R:BASE 7.x for Windows
Search Articles | Topic Header | PRNSETUP | Search ...
Hope that helps!
Very Best R:egards,
Razzak.