I
Ilya
I want to use Event Procedure when pressing specific page tab on the form.
Page exposes events: click, dblclick, etc. I put MsgBox “OK†into click event
procedure code, but that event is not fired when clicking on page tab, why?
Tab control event procedure works: it fires when click on tab Control. But
tab control is not activated automatically when pressing on specific page
tab.
So, how to activate event procedure when clicking on page tab?
Thanks in advance for help
Page exposes events: click, dblclick, etc. I put MsgBox “OK†into click event
procedure code, but that event is not fired when clicking on page tab, why?
Tab control event procedure works: it fires when click on tab Control. But
tab control is not activated automatically when pressing on specific page
tab.
So, how to activate event procedure when clicking on page tab?
Thanks in advance for help