Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Microsoft WORD merge
Message
De
29/01/1997 20:22:50
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Microsoft WORD merge
Divers
Thread ID:
00018773
Message ID:
00018773
Vues:
85
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
Répondre
Fil
Voir

Click here to load this message in the networking platform