....
Printable View
....
Welcome to the forums. I cannot reproduce this error. Can you post your code?
Private Sub Toolbar1_ButtonClick(ByVal Button As ComctlLib.Button)
Me.PopupMenu frmPopup.login
End Sub
I've read that already. But we need all the code (forms, project and stuff) to be able to reproduce the error. It seems that you want to show a non-modal form while a modal form is still visible. Unless you post your code and see which forms are loaded and when... you won't help you much.Quote:
Originally Posted by Switch3Z