Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dot Matrix Reports
Message
From
20/07/2001 11:32:24
 
 
To
20/07/2001 07:58:20
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00533046
Message ID:
00533190
Views:
13
>How can I print in condensed mode i.e. 17cpi. I require to print out a long report and wish to print it out using the Generic Printer Driver as it will be much faster. So that all the columns fit I require condensed mode printing. How should I design the report using the VFP (ver 5.0) report writer.
>
>Thanks
>
>Anurag Agarwal

Hi, Anurag Agarwal
You have to send propper escape sequences to the matrix printer prior to
shooting your frx.
You can do it using something like this;
local aa
aa=getprinter() && windows name of matrix printer
***(Driver: Generic/Text only)
set printer to name (aa)
set printer to
??? CHR(27) + CHR(15) &&17 cpi
* (or whatewer you printer requires)
set printer to name (aa)
report form yourreport.frx to printer

Hint: Building report using font:currier new
or times new roman without graphics will make your frx printable
on matrix printer.

Good luck.
*****************
Srdjan Djordjevic
Limassol, Cyprus

Free Reporting Framework for VFP9 ;
www.Report-Sculptor.Com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform