On current

  • Thread starter Thread starter mcnews
  • Start date Start date
M

mcnews

is there some way i can track what events might be causing the on
cuurent event to fire on a given subform.
it appears that the subform's current event fires before the main
form's.
then in my app the on current event on the subform is firing at least
3 times again before it settles down.
i'm guessing some of my code that hides or displays tabs and controls
on the subform must be causing the on current event to fire multiple
times.

how can i track this?

tis,
mcnewsxp
 
The Current event fires whenever focus moves to a record (when the record
becomes the current one). It also fires when the form is opened, requeried
or refreshed.
 
The Current event fires whenever focus moves to a record (when the record
becomes the current one). It also fires when the form is opened, requeried
or refreshed.

no - there's more....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top