Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing postscript files to printer
Message
From
27/02/1998 17:44:35
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00081508
Message ID:
00081795
Views:
17
>Is it possible to in Visual Foxpro to select data then combine with postscript file to generate a report. This would be without the Foxpro report writer.
>
>The reason for this is to have greater control over the layout of the report.

You can write your own routine which would output a text file in PS format - if you have the time. I've actually done that once, long time ago, to produce some fancy 3D graph (in FPD1.02, I think, and printed it on a funny little Mannesmann MT81 plastic printer via GoScript PS interpreter). Surgeon general's warning: writing postscript may be hazardous to your health. PS is a derivate of Forth - you'll end up programming your report in RPN logic (reverse Polish notation, where you put all the arguments on stack and issue the operator after them). You may look at the postscript driver for FPD, or at least the results it produces, because it's probably unreadable - it's a .plb.

You may be a bit better off writing .rtf files - at least syntax is easier to follow and you can cut/paste headers from any .rtf file you like, or .html, which is even simpler but gives you less control over the final result, and submit the file to Word or your favourite web browser for printing.

I've tried all of the above, and I'll warn you once more - be prepared to invest a lot of time.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform