 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Deborah Pate (TeamB) Guest
|
Posted: Tue Dec 16, 2003 6:26 pm Post subject: Re: How can i Dectect that When Word is printing a File |
|
|
<
how can i detect that Word is printing, before i close it,
is there any property i can read.
You need to turn background printing off before you print.
IIRC that's something like
Word.ToolsOptionsPrint(Background := 0);
--
Deborah Pate (TeamB) http://delphi-jedi.org
TeamB don't see posts sent via Google or ISPs
Use the real Borland server: newsgroups.borland.com
http://www.borland.com/newsgroups/genl_faqs.html
|
|
| Back to top |
|
 |
Francis Medina Guest
|
Posted: Tue Dec 16, 2003 10:13 pm Post subject: How can i Dectect that When Word is printing a File |
|
|
Thanks for all your help.
for example, i am printing 5 documents in Word then a close the
documents, exit the App . It Work but i am getting the message that Word is
Printing and if i want to stop it all my priting jobs will be Cancel
how can i detect that Word is printing, before i close it, is there any
property i can read.
Word:= CreateOleObject('Word.Basic')
(... loop)
myword.Fileopen('file1');
myword.FilePrint;
myword.FileClose;
(...end loop)
myword.FileExit;
myword := UnAssigned;
Thanks in Advances.
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|