Re: Does Access HELP have a list of events that are constantly being scanned for on background forms?
- From: Tom van Stiphout <no.spam.tom7744@xxxxxxx>
- Date: Fri, 02 Nov 2007 21:20:29 -0700
On Fri, 02 Nov 2007 21:08:03 -0400, MLH <CRCI@xxxxxxxxxxxxxx> wrote:
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.
- References:
- Prev by Date: Re: subform and SUM
- Next by Date: Re: What are macros in A2003?
- Previous by thread: Does Access HELP have a list of events that are constantly being scanned for on background forms?
- Next by thread: Import Error
- Index(es):
Relevant Pages
|