Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Foxpro 2.x Run Report Writer with no page breaks??
Message
From
26/03/2001 07:37:18
 
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00488502
Message ID:
00488516
Views:
10
>Is there a way to run report writer 2.x with no page breaks. I'm using report writer to put out a file but I don't want a page break in it. How can you set it to ignor page breaks reguardless of how many lines have be put out?
>
>Russ

Russ ,

The only way I can think of doing what you ask is by setting the page length to very long (maybe if you installed a printer driver which supports continuous paper?)

But to try and achieve the same thing...

1) If all you need is to send it to a text file, then could you use one of the following :
Copy To 
Set printer to fname.txt & ???
fPuts
StrToFile
etc?
2) Run the report as ususal, then trim out the page breaks afterwards

3) Run the report but put a procedure call in each field which writes out the field contents to a text file

HTH
Will Jones
Previous
Reply
Map
View

Click here to load this message in the networking platform