That "just works" as the master said. Thank you very much for helping. The
"on key up" it instantly put the next number in the telephone field.

On Thu, Oct 27, 2011 at 4:19 PM, Phil Davis <rev...@pdslabs.net> wrote:

> on keyDown pKey
>    if pKey is an integer
>    then pass keyDown
>    else beep
> end keyDown
>
>
> on keyUp pKey
>    if length(text of me) = 3
>    then select text of fld 2
>    pass keyUp
> end keyUp
>



-- 
http://www.bluewatermaritime.com
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to