I have a form with multiple tabsheets on it.
When the user is updating an existing record I am trying to perform certain validation dependant upon the checked state of a checkbox on one of the tabs.
The checkbox is bound to a dataset but the checked state of that check box is ONLY set when the user sets focus to that tab.
The column in the dataset is True and if the user presses a Save button without navigating to the tabsheet containing the bound checkbox first the result is always an unchecked state.
Shouldn't ALL the bound controls be set when the current record changes without the need for the user to access all the tabsheets first?
Am I missing something, this should be basic surely?
Any help would be gratefully appreciated.
When the user is updating an existing record I am trying to perform certain validation dependant upon the checked state of a checkbox on one of the tabs.
The checkbox is bound to a dataset but the checked state of that check box is ONLY set when the user sets focus to that tab.
The column in the dataset is True and if the user presses a Save button without navigating to the tabsheet containing the bound checkbox first the result is always an unchecked state.
Shouldn't ALL the bound controls be set when the current record changes without the need for the user to access all the tabsheets first?
Am I missing something, this should be basic surely?
Any help would be gratefully appreciated.