Detached Event Procedures

  • Thread starter Thread starter Neil
  • Start date Start date
N

Neil

I have an ongoing problem of every once in a while losing an event procedure
for a form or control. The procedure's still in the code module, but the
form or control's property sheet does not show "[Event Procedure]". I have
to manually put it back, and then everything's fine.

Does anyone know what causes this phenomenon, or, at the very least, how to
tell if there are any of these "detached" event procedures? It's extremely
disconcerting to not have a procedure run that you assume is in place simply
because "[Event Procedure]" is missing from the property sheet. Is there a
way to tell if there are any of these in the db?

Thanks!

Neil
 
PMFJI. Interesting thread.

After reading all this about cutting and pasting controls and losing the Event
Procedure I was reminded that MZ Tools has a couple of functions for copying and
pasting control(s) *with* code. I've never used them but if they work it could
be a great time saver.

Regards,
RD
 
Back
Top