Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get all DocVariable from a .DOC
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
How to get all DocVariable from a .DOC
Miscellaneous
Thread ID:
00684516
Message ID:
00684516
Views:
51
In Word you can add DocVariable then you can do this.
toWord = CreateObject("application.word")
...
toWord.ActiveDocument.Variables("Client.ICID").Value=Client.ICID
toWord.ActiveDocument.Fields.Update
I like to get from the Word Document all of the DocVariables so I can write a generic wait to update my template.
Is there in Word a OLE method that will help me do this?
Next
Reply
Map
View

Click here to load this message in the networking platform