D
David
My screen containing a listbox is working fine apart from
one thing. When I return to it from another screen, there
is a 'blip'. It seems like the listbox is displayed and
then almost immediately refreshed. Any idea what could
cause this. There are some requery statements sprinkled
throughtout the code which trigger based on the setting of
various global variables the meaning and use of which
escape me. Could this be the cause?
I have code in the form Load event and the Activate event.
The SQL rowsource is built in the Activate event because
the selection criteria are at the top of the form and so
could change for each display.
one thing. When I return to it from another screen, there
is a 'blip'. It seems like the listbox is displayed and
then almost immediately refreshed. Any idea what could
cause this. There are some requery statements sprinkled
throughtout the code which trigger based on the setting of
various global variables the meaning and use of which
escape me. Could this be the cause?
I have code in the form Load event and the Activate event.
The SQL rowsource is built in the Activate event because
the selection criteria are at the top of the form and so
could change for each display.