Re: Another Win32Lib Question

new topic     » goto parent     » topic index » view thread      » older message » newer message

Irv Mullins 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. ins=
tead of the
> awkward  TAB key? This TAB key business slows down the data entry pro=
cess
> significantly, and requires 2 hands rather than one, which is bad new=
s for this
> particular application I'm working on.
> =C2=A0
> Thanks,
> Irv
>
Irv,

Although you already got 2 answers, I have yet another one:
Trapping a KEYPRESS_EVENT in the input field should work too, if
it's not a multiline edit.
If key =3D ENTER then
    -- go to next field, or a check routine
end if
In an MleText field, CTRL_ENTER can be used, I think.

-----
 ^  |
/-\<|

-----

 | Gratis e-mail en meer: http://www.dolfijn.nl/
 | Een product van Ilse: http://www.ilse.nl/

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu