Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
WinWord not releasing
Message
De
07/11/2000 16:36:53
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00438979
Message ID:
00439028
Vues:
13
There is a knowledge base article about this but I don't know the number.

with oWord
local llPrintBackGround
llPrintBackGround = .Options.PrintBackGround()
IF llPrintBackGround
.Options.PrintBackGround = .F.
ENDIF

.ActiveDocument.PrintOut()
doevents()
wait window space(0) timeout 2
do while .BackgroundPrintingStatus > 0
doevents()
wait window space(0) timeout 2
enddo
IF llPrintBackGround
.Options.PrintBackGround = .T.
ENDIF
.application.Quit(0)
endwith

release oWord
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform