Microsoft
Software
Hardware
Network
Question : Icon causing trouble with spell checker
I have a function on one of my forms memo fields. The After Update event opens up a spell checker (based on the Screen.ActiveControl) function, which usually works fine. However, I also have numerous icons along the top of the form and if I press the one of the icons (whilst the notes field has focus and before the spell checker is run), I get the following error:
Err number = 2766 = The object doesn't contain the Automation object '|.'
The reason for this is that the spell check function is trying to spell check the Icon (which now has focus) – I think.
So here is the question. Is there a standard way to ensure that all events have been completed - prior to the Icons function is being initiated?
Answer : Icon causing trouble with spell checker
you can exclude the icons from the spellcheck function,
by adding line of code to test what type of control is active before running the spell check
Random Solutions
Why does my onsubmit="Validate_Submit(
)" still submit despite failing validation?
Quick Excel Question
How to set Combobox and Textbox to ReadOnly?
How to configure Busy Lamp Field - Speed dials on a Callmanager Express
FTP from a UNIX server to a Windows platform
Dsiable SBS 2008 / Outlook 2007 Auto Account Confiuration
How to raise Hyperlinkfield event in a gridview using asp.net 3.5
What are the disadvantages between accessing a network share through my network places and through a mapped drive?
Outlook emails are "automagically" moving to trash
20" monitor questionQuestion