C
chasday
I have a form with several cascading subforms. Everything works OK but it
takes several seconds for all the subforms to load and for all the calculated
textboxes to populate.
Is there a way to lock the user from the form until it is completly loaded?
I have tried to use Application.Echo = True/False on either side of the Form
Load code but so much happens after the main form is loaded that it doesn't
seem to help.
takes several seconds for all the subforms to load and for all the calculated
textboxes to populate.
Is there a way to lock the user from the form until it is completly loaded?
I have tried to use Application.Echo = True/False on either side of the Form
Load code but so much happens after the main form is loaded that it doesn't
seem to help.