Re: Another Win32Lib Question
- Posted by Bernie Ryan <bwryan at PCOM.NET> Sep 24, 1999
- 404 views
On Fri, 24 Sep 1999 09:08:01 -0400, Irv Mullins <irv at ELLIJAY.COM> wrote: >Is there any change I can make in Win32Lib to allow users to use the ENTER key >to move between input fields in, for example, a database screen. instead of the >awkward TAB key? This TAB key business slows down the data entry process >significantly, and requires 2 hands rather than one, which is bad news for this >particular application I'm working on. > >Thanks, >Irv Irv Why can't you trap the enter key while your data entry form has the focus and translate the ENTER key into a TAB key command Bernie