Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to convert VFP9 report into PDF format?
Message
De
06/09/2006 06:21:31
 
 
À
05/09/2006 18:12:11
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01150854
Message ID:
01151237
Vues:
23
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform