MuskokaMad
Registered User.
- Local time
- Today, 15:35
- Joined
- Feb 28, 2010
- Messages
- 29
Thanks for your assistance.
I have a parent form frm_NewOrderEntry with 3 Subforms on tabs.
I would like to enable each tab after the user confirms they have completed filling the information.
I assume I will set the Locked Property to True for the tab controls when the form opens.
I would then put a button on the subform that uses code in the ONClick Event like.
tabPayments.Locked=False
tabOrders.Locked=True
Is this correct and how do I close the current tab in the above case tabOrders and open the tabPayments tab???
Thanks Jason
I have a parent form frm_NewOrderEntry with 3 Subforms on tabs.
I would like to enable each tab after the user confirms they have completed filling the information.
I assume I will set the Locked Property to True for the tab controls when the form opens.
I would then put a button on the subform that uses code in the ONClick Event like.
tabPayments.Locked=False
tabOrders.Locked=True
Is this correct and how do I close the current tab in the above case tabOrders and open the tabPayments tab???
Thanks Jason