S
stingray70m
Guest
I have created a Telerik Radform with a Radtextbox. I'm trying to capture the carriage return event with KeyUp but it isn't recognizing it. I have tried KeyDown and KeyPress with any success as well. If I put in message keyfunction(lastkey). pause. ...after the first few attempts it starts to work, almost like the pause is allowing the keystroke to catchup. I have tried pause(1) no-message but that doesn't help either. Has anyone seen this before? method private void iPASSWORD_KeyUp( input sender as System.Object, input e as System.Windows.Forms.KeyEventArgs ): define variable func as character format "x(6)" no-undo. func = keyfunction(lastkey). message func. pause. if trim(func) = "RETURN" then do: LOGIN_AUTH(). end. return. end method. Thanks Mark
Continue reading...
Continue reading...