Weird ActiveX control Error

RSkipper

New member
Local time
Today, 04:47
Joined
Jan 7, 2008
Messages
2
I am using MS Access 2007 and I have recently started getting an error on one of my forms that goes as "The expression MouseMove you entered as the event property setting produced the following error: There was an error loading loading an AcitiveX control on one of your forms." I designed this form with an activex control I programmatically instantiated in Form_open many years ago and for years it caused no trouble but recently it started giving me an error message when I ran some other normal VBA on the form. Does anyone have any idea what is going on? It is very mysterious to me since I do not use MouseMove on this form.

Roger
in Ann Arbor
 
You might not knowingly use the MouseMove but the control might be doing it for you. Which ActiveX control is it?

SHADOW
 
The ActiveX I am having trouble with is the SBarCtrl in MSComctlLib. Just yesterday I moved and resized the control on my form and I did not get this "MouseMove" error message. Strange, strange, strange. I don't get at all what is happening.
 
I have recently been getting the same issue on a form I use, I also have no idea what it is either but it appears to not prevent or stop anything in my form at least.
 
I don't know exactly what the problem is but is it possible that it's related to the MSCOMCTL.OCX problem that emerged in August?

SHADOW
 

Users who are viewing this thread

Back
Top Bottom