Ron,

Every report in windows is an entity in itself, so the old DOS tricks have to 
be left behind.

You need to think creatively so one report does the entire job.

Often this can be accomplished by populating an appropriate temporary table to 
drive the report from.

Sometimes the best way is to use sub-reports, or a combination of both 
techniques.

The report writer is amazing, but there is a learning curve.

Dennis McGrath
Software Developer
QMI Security Solutions
1661 Glenlake Ave
Itasca IL 60143
630-980-8461
[email protected]
From: [email protected] [mailto:[email protected]] On Behalf Of Ronald C 
Peterson
Sent: Tuesday, January 07, 2014 2:54 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: Print report without PageFeed at end

I have looked at that section.  In the DOS 6.5 version you could string reports 
together on a single sheet of paper.  It seems with Windows that every PRINT 
command will result in a page feed at the end.  Is this correct?  Are there any 
work arounds you could advise me of?
Ron

On Tue, Jan 7, 2014 at 3:37 PM, A. Razzak Memon 
<[email protected]<mailto:[email protected]>> wrote:
At 02:32 PM 1/7/2014, Ronald C Peterson wrote:
Is it possible to suppress the automatic page feeds when printing reports in 9.5


Ron,

FWIW ...

There is no such option as automatic page feed when printing reports in 9.5.

You will have to re-visit that specific converted/upgraded legacy report in
Report Designer, specifically the following sections:

01. Report Designer | Main Menu | File | Page Setup ...
    Printer
    Paper Size
    Paper Source
    Layout
    Margins

02. Report Designer | Main Menu | Report | Breaks ...

03. A very simple Syntax to PRINT a report to PRINTER ...

    PRINT reportname WHERE whereclause ORDER BY clause OPTION PRINTER

    For more details: HELP PRINT

    Note:
    There is no need to use "NEW" or "NEWPAGE" command when printing
    reports to PRINTER using R:BASE for Windows.

Hope that provides you with some blue's clues ...

Very Best R:egards,

Razzak.

www.rbase.com<http://www.rbase.com>
www.facebook.com/rbase<http://www.facebook.com/rbase>
--
31 years of continuous innovation!
16 Years of R:BASE Technologies, Inc. making R:BASE what it is today!
--


Reply via email to