Hi!
I use the form-mousewheel(nDirection)event to skip forward/back through my records.
nDirection > 0 ---> skip 1
nDirection < 0 ---> skip -1
That works fine as long as the mousepointer is on the form.
Is there a way to pass through same behaviour even if a control on the form has focus?
Will bindevent do so ? I never used that....
-Bart
I use the form-mousewheel(nDirection)event to skip forward/back through my records.
nDirection > 0 ---> skip 1
nDirection < 0 ---> skip -1
That works fine as long as the mousepointer is on the form.
Is there a way to pass through same behaviour even if a control on the form has focus?
Will bindevent do so ? I never used that....
-Bart