Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Output off a memo field to a word doc
Message
 
À
26/11/2003 07:54:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00853627
Message ID:
00853650
Vues:
13
> cMyDoc=createobject('word.docmument')
Try this (never tested)
this will work (if) w/ Word 97 and bigger
oWord = CREATEOBJECT("Word.Application")
WITH oWord
     .Documents.Add
     .Selection.TypeText(ALLTRIM(MyMemoField))
ENDWITH
HTH
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform