R
Rob Millray
I'm using Word 2003 with a VB6 plug in that intecepts Word and does
additional processing when saving and printing. The code works fine unless I
type something while it is working. In this case it generates an automation
error "The object invoked has disconnected from its clients" It doesn't
matter what I type and it works fine over and over if I don't type anything.
I have seen the articles about unqualified method and property calls but I
don't do that - the plug in talks to a document management system which
doesn't need to use internal word functions. Does anyone have any ideas how
to either fix the problem or alternatively how to ignore all user input
whilst the plug in is working?
Thanks
additional processing when saving and printing. The code works fine unless I
type something while it is working. In this case it generates an automation
error "The object invoked has disconnected from its clients" It doesn't
matter what I type and it works fine over and over if I don't type anything.
I have seen the articles about unqualified method and property calls but I
don't do that - the plug in talks to a document management system which
doesn't need to use internal word functions. Does anyone have any ideas how
to either fix the problem or alternatively how to ignore all user input
whilst the plug in is working?
Thanks