J
Joao
I insert 5 pages in a Tab Control object. I want an event action when the
mouse clicks on a specific tab. Here's the code...it doesn't produce
anything...
-----------------------------------------------------------------------------------------
Private Sub TabAdministration_Click() 'Tab Page
If fp.lblUtilID.caption <> "Admin" Then MsgBox "No privileges!",
vbExclamation, "Atention!"
TabEmployee.SetFocus 'Another Tab Page.
Else
End If
End Sub
mouse clicks on a specific tab. Here's the code...it doesn't produce
anything...
-----------------------------------------------------------------------------------------
Private Sub TabAdministration_Click() 'Tab Page
If fp.lblUtilID.caption <> "Admin" Then MsgBox "No privileges!",
vbExclamation, "Atention!"
TabEmployee.SetFocus 'Another Tab Page.
Else
End If
End Sub