Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to convert VFP9 report into PDF format?
Message
From
06/09/2006 06:21:31
 
 
To
05/09/2006 18:12:11
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01150854
Message ID:
01151237
Views:
22
>Hi Sonny,
>
You can even create your pdf's with foxpro codes without using report.

Not only to PDF, when you create xff file using script, this can be coverted to any other format supported by XFRX.

If you are interested in this kind of reporting, I can send you wrapper class for XFF scripting, that makes reporting very simillar to DOS old fashioned ?/?? reporting.

So instead of using

set device to ...

?
? 'Hello' at 40
.
.
eject

you wld say

oXFF=createobject...

oXff.ln() && advance one line down
oXff.write_at(400,'Hello') &&write at 400 pixels to the left.
.
.
oXff.add_page()

Just these few wrapper calls are giving you basically most of
*print-as-you-go* reporting concept that we had back in DOS days.
However, there is all bunch of other calls for lines, rectangles, pictures fonts etc, so if you want it just drop me a email.
*****************
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