26 Form: MouseWheel
VERSIONS: All

Subject: MouseWheel and dialog forms

BY: EGBERT BABST, and VLADIMIR MENKIN
Date: 23 May 2003

I use dialog forms that include a tableframe as an surrogate for the Win-Explorer. The user may select records the same way he can do with the Explorer and then do delete, copy and much more choosing from a context menu. This all works fine with one exception: I couldn't get the wheel mouse to work. I know in "normal" forms the default adjustment causes a NextRecord or PriorRecord action, which I can scan and control. This works also fine with child-windows. Dialog windows aren't childs and there I can not detect any action event when moving the wheel.

To index