Hi,
I have something strange going on here with the mousedown-event of a detail section.
I was planning on creating a right-click popup menu for a continuous form. But, for some reason the right-click does not always get caught. I created a simple statement which returns nicely 1 for every left click. When I click the right mouse button, 9 out of 10 times, nothing happens.
The same behavior occurred when I tried it with the mousedown-event of the form. Anybody any ideas on what I am missing here?
Regards,
Mike
I have something strange going on here with the mousedown-event of a detail section.
I was planning on creating a right-click popup menu for a continuous form. But, for some reason the right-click does not always get caught. I created a simple statement which returns nicely 1 for every left click. When I click the right mouse button, 9 out of 10 times, nothing happens.
Private Sub Detail_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
MsgBox Button
End Sub
The same behavior occurred when I tried it with the mousedown-event of the form. Anybody any ideas on what I am missing here?
Regards,
Mike