home *** CD-ROM | disk | FTP | other *** search
- on keyDown
- if the key = RETURN then
- nothing()
- dontPassEvent()
- else
- if the number of chars in field "Anzahl1" < 2 then
- if "1,2,3,4,5,6,7,8,9,0" contains the key then
- pass()
- end if
- end if
- if (the key = BACKSPACE) or (the keyCode = 117) then
- pass()
- end if
- end if
- end
-