Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Quick Transfer of Losts of VFP Data to Word Table?
Message
From
12/10/2001 09:48:33
 
 
To
11/10/2001 17:58:45
Isabel Cabanne
Hubbard Woods Software, Inc.
Winnetka, Illinois, United States
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00567281
Message ID:
00567540
Views:
20
>Do you have a quick way of transferring lots of data from VFP into Word tables? I have tried a cell by cell approach but it takes an unacceptable amount of time. I need a generic routine that does not require knowing the table layout, and allows any ordinary data type. Delimited files don't work either, as VFP adds quotation marks around character data and Word does not strip them out. Can XML be used in any way?

Try writing the data out to a text file with:

COPY TO TYPE DELIMITED WITH " " WITH CHARACTER " "

I just tested and that works in VFP 7, giving a file with the data lined up and no commas or quotes. If that doesn't work, try some variations.

Once you get the data into Word, you can convert text to table.

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform