View Single Post

  #4 (permalink)  
Old 01-29-2003
blackmap blackmap is offline
Member
Yellow Belt
 
Join Date: Dec 2002
Posts: 39
Thanks a lot!!! Yippie, I fixed the error:

Private Sub MappointControl1_GotFocus()
If Form_DB.Visible = True Then
Form_DB.SetFocus
End If
End Sub

I commented the code above. Then it worked...

Thanks a lot!!!
Reply With Quote