adding text in one field and automatically to another
william humphrey
bill at bluewatermaritime.com
Sat Oct 29 11:50:02 EDT 2011
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 <revdev at 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
More information about the use-livecode
mailing list