Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Microsoft WORD merge
Message
From
29/01/1997 20:22:50
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Microsoft WORD merge
Miscellaneous
Thread ID:
00018773
Message ID:
00018773
Views:
81
I am starting a microsoft word merge with the following code:
Local oWordObj
wait "Microsoft Word is STARTING" WINDOW nowait
oWordObj=CreateObject("word.basic")
oWordObj.FileOpen("envelope.doc")
oWordObj.AppMaximize()
*wait ""

As you can see I now have the wait commented out. iT has the undesirable effect of making the user press a key to continue in my app. BUT with it, Word shows for an instant and closes. I need to shift focus to word, how can I do it without a wait?

Thanks
Reply
Map
View

Click here to load this message in the networking platform