Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Output off a memo field to a word doc
Message
 
To
26/11/2003 07:54:17
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00853627
Message ID:
00853650
Views:
14
> 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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform