Hello,
Is it possible to have generic command buttons in the form header of a form that have a multi-page tab control?
I have a form that have a tab control with four unbound pages. Instead of each page having its own command buttons, I would like to have generic command buttons on the form header that would apply to all pages of the tab control. The command buttons are update, print, clear, etc.
If on a page the user clicks, for example the "update" command button, only the data on that particular page is updated. Is this possible?
If so, can you please give me a snippet example of what the code would look like. Let's say, the user made changes to fields in PAGE 1 of the tab control on a FORM, and clicked the generic UPDATE button in the HEADER section on the form, what would the code look like?
Thanks so much for your help!
smsmail
Is it possible to have generic command buttons in the form header of a form that have a multi-page tab control?
I have a form that have a tab control with four unbound pages. Instead of each page having its own command buttons, I would like to have generic command buttons on the form header that would apply to all pages of the tab control. The command buttons are update, print, clear, etc.
If on a page the user clicks, for example the "update" command button, only the data on that particular page is updated. Is this possible?
If so, can you please give me a snippet example of what the code would look like. Let's say, the user made changes to fields in PAGE 1 of the tab control on a FORM, and clicked the generic UPDATE button in the HEADER section on the form, what would the code look like?
Thanks so much for your help!
smsmail