Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FRX2ANY word module
Message
From
07/03/2011 23:00:43
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
FRX2ANY word module
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows 7
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01502885
Message ID:
01502885
Views:
171
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
Next
Reply
Map
View

Click here to load this message in the networking platform