Re: Another Win32Lib Question
- Posted by David Cuny <dcuny at LANSET.COM> Sep 24, 1999
- 425 views
Irv Mullins wrote: > Is there any change I can make in Win32Lib to allow > users to use the ENTER keyto move between input fields > in, for example, a database screen. instead of the awkward > TAB key? Sure. Take a look at the isTabKey function, and change VK_TAB to VK_RETURN. That *should* take care of it. Not that in an MleText field, you will then have to press Ctrl+Enter to exit. If you don't like that, it should be easy enough to change the logic. -- David Cuny