Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A word document in a general field
Message
 
To
17/06/2002 02:52:53
Dino Liberale
Ministero Lavori Pubblici
Trieste, Italy
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00669088
Message ID:
00669098
Views:
12
Hi, Dino!

You can create a word document using OLE automation similar like the following pseudo code shows
oWord = CREATEOBJECT( "Word.Application" )
oWord.Documents.Add( ... )
oWord.ActiveDocument.Save()
SELECT MyDocumentTable
APPEND GENERAL MyGeneralField FROM MyJustCreatedWordDocument
Note: Storing Word documents in generals generates some trouble! In all cases customers asked me to do that we decided finally to deal with links in a management DBF and separate stored documents files somewhere at the hard drive!
SeBaFlu
Previous
Reply
Map
View

Click here to load this message in the networking platform