Slow .Form.Section(acFooter).Visible = True -
12-09-2010
, 09:22 AM
Confusing behavior toggling the footer visible. Before I split the
database this worked very quickly, now it disappears fast but when I
make it visible it's really slow. I suspected it was requerying the
backend everytime it became visible since there's a subform in the
footer, but even with sourceobject = "" it's slow just the same.
When I trace it with the debugger it just sits on the visible = true
line for a few seconds, so it's definitely at that point where it
lags.
Since it may still be querying the db for some reason behind the
scenes, is there a way to toggle the connection to the backend so
maybe I can prevent this?
Thanks |