Click here to Skip to main content
16,018,294 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Masked Boxes Pin
icowa21-Jun-05 15:20
icowa21-Jun-05 15:20 
Generalcontorl on word save message prompt Pin
paykani20-Jun-05 21:53
paykani20-Jun-05 21:53 
GeneralRe: contorl on word save message prompt Pin
jonathan1521-Jun-05 3:31
jonathan1521-Jun-05 3:31 
GeneralRe: contorl on word save message prompt Pin
jonathan1521-Jun-05 3:59
jonathan1521-Jun-05 3:59 
GeneralRe: contorl on word save message prompt Pin
Anonymous21-Jun-05 18:40
Anonymous21-Jun-05 18:40 
Generalcontrol on word save message prompt Pin
Anonymous20-Jun-05 21:44
Anonymous20-Jun-05 21:44 
GeneralWord application Instance closing in VB Pin
Anonymous20-Jun-05 20:12
Anonymous20-Jun-05 20:12 
GeneralRe: Word application Instance closing in VB Pin
jonathan1521-Jun-05 4:10
jonathan1521-Jun-05 4:10 
Automation can be a pig if it starts to go wrong because your app will not know the error, it just knows there is an error and needs to know what to do with it. At the same time word wants you to deal with the error that its generated. If your word application instance is not visible the problems are multiplied because you cannot do anything with it.

You could try the following on any error in the routine that handles word

m_Wordserver.active
m_Wordserver.quit
set m_Wordserver=nothing

It may help

jon
Generalcalling back a previous form.. Pin
icowa20-Jun-05 17:42
icowa20-Jun-05 17:42 
GeneralRe: calling back a previous form.. Pin
icowa20-Jun-05 17:44
icowa20-Jun-05 17:44 
GeneralRe: calling back a previous form.. Pin
Christian Graus20-Jun-05 17:54
protectorChristian Graus20-Jun-05 17:54 
GeneralRe: calling back a previous form.. Pin
icowa20-Jun-05 17:59
icowa20-Jun-05 17:59 
GeneralRe: calling back a previous form.. Pin
Christian Graus20-Jun-05 18:04
protectorChristian Graus20-Jun-05 18:04 
GeneralRe: calling back a previous form.. Pin
Anonymous20-Jun-05 18:35
Anonymous20-Jun-05 18:35 
GeneralRe: calling back a previous form.. Pin
Anonymous20-Jun-05 18:37
Anonymous20-Jun-05 18:37 
GeneralRe: calling back a previous form.. Pin
Christian Graus20-Jun-05 18:39
protectorChristian Graus20-Jun-05 18:39 
GeneralRe: calling back a previous form.. Pin
icowa20-Jun-05 18:48
icowa20-Jun-05 18:48 
GeneralRe: calling back a previous form.. Pin
Christian Graus20-Jun-05 18:53
protectorChristian Graus20-Jun-05 18:53 
GeneralRe: calling back a previous form.. Pin
Dave Kreskowiak21-Jun-05 2:36
mveDave Kreskowiak21-Jun-05 2:36 
GeneralRe: calling back a previous form.. Pin
lespaul3620-Jun-05 18:53
lespaul3620-Jun-05 18:53 
GeneralRe: calling back a previous form.. Pin
Christian Graus20-Jun-05 19:00
protectorChristian Graus20-Jun-05 19:00 
GeneralRe: calling back a previous form.. Pin
icowa20-Jun-05 19:14
icowa20-Jun-05 19:14 
GeneralRe: calling back a previous form.. Pin
icowa20-Jun-05 19:18
icowa20-Jun-05 19:18 
GeneralRe: calling back a previous form.. Pin
Christian Graus20-Jun-05 19:18
protectorChristian Graus20-Jun-05 19:18 
GeneralRe: calling back a previous form.. Pin
icowa20-Jun-05 19:21
icowa20-Jun-05 19:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.