Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FRX2ANY word module
Message
De
07/03/2011 23:00:43
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Titre:
FRX2ANY word module
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows 7
Database:
Visual FoxPro
Divers
Thread ID:
01502885
Message ID:
01502885
Vues:
172
I have created a program that generates invoices, i would like to be able to use frx2any so i can convert my invoice to word format.
Succefully I have gone this far and the functionality is there.
Now i would like to specify the invoice I'd like converted using frx2any. I'd also like the user to be able to name his invoice and save it.

here is my code to preview a invoice report
SELECT invoicehdr
lnRecId = invoicehdr.invoiceid
LOCATE FOR lnRecId = invoicehdr.invoiceid
IF FOUND()
REPORT FORM myinvreport.frx FOR invoiceid = m.lnRecId PREVIEW	
ELSE
MESSAGEBOX( [No Invoice To Preview] , 0+16 , [Report View Error] ) 
ENDIF
thanks

Mike
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform