Le 11/02/2014 16:04, Nigel Verity a écrit :
>
>
>
> Hi
>
> I have some text area controls which I would like to behave like text
> boxes, i.e hitting the tab key moves the cursor to the next control.
>
> I can write some long-hand code to monitor for chr(9) on the
> "keypress" event, but is there a
Hi
I have some text area controls which I would like to behave like text boxes,
i.e hitting the tab key moves the cursor to the next control.
I can write some long-hand code to monitor for chr(9) on the "keypress" event,
but is there a tidier way of achieving this - an obscure property perh