M
Maury Markowitz
I have a subform control that I switch between one of several forms based on
the state of the database record. More specifically, the subform shows a
number of editable rows with a different arrangement depending on the number
of items in an order. Changing this is simple enough, setting the
SourceObject string of the subview.
What's not so obvious is WHEN to do this. The subform is in a tab, so it
seems that I should only do it when it becomes visible. Is there some even
that the subform control receives when it becomes visible? OnLoad would be
great, but I don't see it.
Maury
the state of the database record. More specifically, the subform shows a
number of editable rows with a different arrangement depending on the number
of items in an order. Changing this is simple enough, setting the
SourceObject string of the subview.
What's not so obvious is WHEN to do this. The subform is in a tab, so it
seems that I should only do it when it becomes visible. Is there some even
that the subform control receives when it becomes visible? OnLoad would be
great, but I don't see it.
Maury