Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why Word didn't release after session
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Why Word didn't release after session
Divers
Thread ID:
00267510
Message ID:
00267510
Vues:
47
I use the MS Word'97 for creation of form letters. In init method of my form I do this:

PUBLIC oWord
oWord = CREATEOBJECT("Word.Application")

everything is just fine. I do my work with oWord and in the destry method of my form I do this:
oWord.Quit()
oWord = .NULL.
RELEASE oWord

but when pressing CTRL-ALT-DEl toi invoke the teask manager there is a task named WinWord and I must press End Task button (twice) from task manager to close it. If I start the form twice or more in task manager there is as many Winwords as I start the form.

Why the Word didn't release after I close the form ?

TIA
Boris
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform