Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Activating a Word Mail Merge
Message
From
29/01/1997 14:52:05
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Activating a Word Mail Merge
Miscellaneous
Thread ID:
00018741
Message ID:
00018741
Views:
66
I am activating a Word Merge
Local oWordObj
oWordObj=CreateObject("Word.Basic")
oWordObj.FileOpen("envelope.doc")
oWordObj.AppMaximize

works great from the command line, but in an app, I have to put a WAIT at the bottom to keep the focus on word, else the program just shows word then right back to my app. The wait causes the undesirable effect of having the user press a key on the _screen area to continue.
Is there another way to change the focus to WORD without a wait?
Reply
Map
View

Click here to load this message in the networking platform