Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Checking BackGroundPrintingStatus
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Checking BackGroundPrintingStatus
Divers
Thread ID:
00397137
Message ID:
00397137
Vues:
43
I finally realized the reason I wasn't getting my mailmerge document to print is that I was "quitting" word too soon. What is the best way to keep checking oWord.BackGroundPrintingStatus? I tried the following code:
do while oWord.BackGroundPrintingStatus > 0
	wait "Documents Remain in Queue" window nowait noclear
enddo

wait clear
	
oWord.Quit(wdDoNotSaveChanges)
However, I think this really bogs down the system

Thanks,
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform