Error on opening (1 Viewer)

kirkm

Registered User.
Local time
Tomorrow, 08:49
Joined
Oct 30, 2008
Messages
1,257
I'm getting "the Expression On Click you entered as the property setting produced the following error... may not result in the name of a macro/may have been an error evaluating the function ".
You OK that and it just returns although I managed to fluke past it and did compact and repair and Debug-Compile. Neither of these complained or raised an error.


Can anyone help me find what causes this and fix it ?
Thanks.
Also how do you get past the error msg reliably? I click or shift click many times and eventually it goes away but without any logic why!
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Tomorrow, 04:49
Joined
May 7, 2009
Messages
19,229
Debug it and dont use xxx_Click() as your udf.
 

Galaxiom

Super Moderator
Staff member
Local time
Tomorrow, 06:49
Joined
Jan 20, 2009
Messages
12,851
I could be that you have reused the database or module name for a procedure. These names are special and cannot be duplicated for other objects.
 

kirkm

Registered User.
Local time
Tomorrow, 08:49
Joined
Oct 30, 2008
Messages
1,257
It was weird. I opened holding Shift and remmed out the last 2 procedures I'd written, It was fine... so I unremmed them and it's still fine.
Ok on don't use xx_Click. I see why.
 

Users who are viewing this thread

Top Bottom