Question the expression on click error ?

swarv

Registered User.
Local time
Today, 21:37
Joined
Dec 2, 2008
Messages
196
I keep getting the following error when i click an important button.
I even tried recreating a new button with one line of code behind it and still no joy.

Anybody any idea?

the error is:

The expression On Click you entered as the event property setting produced the following error: Object or class does not support the set of events.

Thanks

Martin

p.s. this is driving me nuts.
 
Howzit

Can you post the code please
 
just trying to get into code: will paste shortly when this thing decides not to crash and let me in.
 
I think my machine fixed it.
I had 2007 and 2003 installed, as I programmed in 2007 and the client works in 2003. When I tested in 2003 it conflicted somewhere and kept crashing and giving me that error.
Uninstalled 2007 and I think it is fine (I think).
Thanks for all your help.
Martin
p.s. Hope this solution might help other people who are having the same issue.
 
Howzit

Definitely Howzit. Be possible if our boys could play the game.
 
Probably you have access 2007.
You have to go to any module or form with a code and try to do Debug and then Compile Database.
Then close your database.
When you open it the problem is solved.
Every time you change something in your database do that procedure.
 

Users who are viewing this thread

Back
Top Bottom