What is it means ?

  • Thread starter Achille from ITLAY
  • Start date
A

Achille from ITLAY

What is it means if in the TaskManager thare are two process:

[W] test.doc - microsoft word Not Responding
[=]' test.doc - microsoft word Not Respondin

Legend:
[W] image of session wor
[=]' image of document wor

I use this command per

$word = Win32::OLE->GetActiveObject('Word.Application.8',Quit)

but if there are 2 processes i get the stalemat


Sorry for my english..
Bye bye
 
W

Word Heretic

G'day Achille from ITLAY <[email protected]>,

It means you have executed code that created objects and didn't
destroy them. For example

Dim MyRange as Range

....

Set MyRange = Nothing

when you destroy all objects, you stop these old winword's hanging
around.


Steve Hudson - Word Heretic
Want a hyperlinked index? S/W R&D? See WordHeretic.com

steve from wordheretic.com (Email replies require payment)


Achille from ITLAY reckoned:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top