Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open DBF into Word Table
Message
From
31/12/2005 01:22:18
 
 
To
30/12/2005 08:48:01
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01081960
Message ID:
01082228
Views:
9
Dear Sir,

I want to use your codes as
USE?
table1=alias()
COPY TO &Table1 TYPE CSV

oWord = CREATEOBJECT("Word.Application")

* Add the complete path in the next line
oDoc = oWord.Documents.Open("&table1.CSV")
oRange = oDoc.Range()
oRange.ConvertToTable(",")
oWord.Visible = .T.
In case how I could add path to the following line

oDoc = oWord.Documents.Open("&table1.CSV")

please help again
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform