472,102 Members | 2,142 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,102 software developers and data experts.

Does Access HELP have a list of events that are constantly being scanned for on background forms?

MLH
I can't find a list of events that are constantly monitored
on background forms in A97. What I'm wondering is if
there are events that are NOT being scanned for on
forms running in the background. Say you have 4 forms
open. Only 1 is the active form. What sort of activity or
event monitoring is going on in the other forms.
Nov 3 '07 #1
1 1227
On Fri, 02 Nov 2007 21:08:03 -0400, MLH <CR**@NorthState.netwrote:

Not sure you understand how events work. Typically they are generated
upon a user action. Indeed, programmatically writing a value into a
text control will NOT trigger the Change event, while typing in same
text control will trigger that event.
Exceptions include the Timer event.
If you really want to know: put a Debug.Print statement in each event
procedure.

-Tom.

>I can't find a list of events that are constantly monitored
on background forms in A97. What I'm wondering is if
there are events that are NOT being scanned for on
forms running in the background. Say you have 4 forms
open. Only 1 is the active form. What sort of activity or
event monitoring is going on in the other forms.
Nov 3 '07 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

2 posts views Thread by Michelle Marie | last post: by
10 posts views Thread by Gerald Bader | last post: by
52 posts views Thread by Neil | last post: by
4 posts views Thread by Takeadoe | last post: by
7 posts views Thread by sonnystarks | last post: by
14 posts views Thread by Anoop | last post: by
9 posts views Thread by prakashwadhwani | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.