Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Word 2000 Mail Merge from within VFP
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00396189
Message ID:
00396807
Views:
11
>That's fine for people who actually know how to cut and paste but not for
>users who expect all the info to magically appear. (But that's exactly what we
>are being forced to do.)

When I said "Insert the information directly into the document", I was thinking of something along these lines.
  oWord = CREATEOBJECT('Word.Application')
   WITH oWord
      .Documents.Add()
      .Visible = .T.
      .Selection.InsertAfter("Mark, why does that crate have air holes?")
      .PrintOut()
      DO WHILE .BackgroundPrintingStatus > 0
         DOEVENTS()
      ENDDO
      .Application.Quit(0) && Quit, don't save and don't prompt
   ENDwith
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform