Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP6SP5 and Word Automation using Word Templates
Message
From
28/02/2003 06:53:03
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00758576
Message ID:
00759307
Views:
20
This message has been marked as a message which has helped to the initial question of the thread.
>Thanks Tamar. Another question how can I do placements in the template, say I have a table in a word document with 3 columns. I want to populate that table with 5 rows containing three fields from the current table? Next time I use this template I may have 10 rows 3 flds to populate.

You can grab a table in a document using the Tables collection:

oTable = oDocument.Tables[1]

Then, you can put data in and do formatting as needed. Probably the key method you'll need is Rows.Add. I like to set up tables initially with 1 or 2 rows (depending on whether a header row is needed) and format those as I want them. Then, when I use Rows.Add, the newly added row takes on the formatting of the row above it.

Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform