W
Wolfgang Wirner
Hello there,
I already used the MouseHook.dll without problems. Now I have
redesigned my Frontend to use subforms instead of a big tabcontrol. I
placed a subform on my mainform and in the change event of the
tabcontrol i link the subform to the needed subform like following:
Private Sub register_Change()
...
frmSubform.SourceObject = "Needed Subform"
frmSubform.LinkChildFields = "ID"
...
End Sub
But in this case, if the subform has the focus, the MouseWheel scrolls
through the recordset. The MouseWheel on the mainform is suppressed
like it should be.
Thanks for any help!
Wolfgang
I already used the MouseHook.dll without problems. Now I have
redesigned my Frontend to use subforms instead of a big tabcontrol. I
placed a subform on my mainform and in the change event of the
tabcontrol i link the subform to the needed subform like following:
Private Sub register_Change()
...
frmSubform.SourceObject = "Needed Subform"
frmSubform.LinkChildFields = "ID"
...
End Sub
But in this case, if the subform has the focus, the MouseWheel scrolls
through the recordset. The MouseWheel on the mainform is suppressed
like it should be.
Thanks for any help!
Wolfgang