Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WinWord not releasing
Message
From
07/11/2000 16:36:53
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00438979
Message ID:
00439028
Views:
12
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
Previous
Reply
Map
View

Click here to load this message in the networking platform