Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A word document in a general field
Message
 
À
17/06/2002 02:52:53
Dino Liberale
Ministero Lavori Pubblici
Trieste, Italie
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00669088
Message ID:
00669098
Vues:
11
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform