Leaving Editbox by Entering (OpenInsight Specific)
At 16 AUG 2001 05:00:37PM rayc@symmetryinfo.com wrote:
Someone may have done this already. What do I have to look for to "leave" an Editbox and move to the next control? I know that you can use a "TAB", but most of our user (including myself ) are accustomed to using the ENTER key. My goal is allow the user to keep their hands on the keyboard as much as possible when working within a form. We don't have many EditBox, but I want consistency. If they could hit ENTER two or three times and jump to the NEXT control would be good.
I tried the CHAR event, and didn't find anything useful there. Lostfocus didn't do anything.
Any hints/suggestions…thanks,
Ray Chan
P.s. Posting on otherside as well.
rayc@symmetryinfo.com onmouseover=window.status=imagine … ;return(true)"
Ray Chan ~ Symmetry Info
At 18 AUG 2001 10:53AM Colin Rule wrote:
You could use the char or changed events for this and check if the last character(s) were CRLF, and then change focus.
Colin
At 18 AUG 2001 10:55AM Colin Rule wrote:
You could use the char or changed events for this and check if the last character(s) were CRLF, and then change focus.
Colin
At 18 AUG 2001 09:03PM rayc@symmetryinfo.com wrote:
Colin,
Thanks for your response. I did try the Char event with no luck. Then I received a valuable tip from Oystein which pointed me in the right direction in using Char. Voila. Now I can gracefully exit an Editbox and return to the end any text in an Editbox.
Ray
rayc@symmetryinfo.com onmouseover=window.status=imagine … ;return(true)"
Ray Chan ~ Symmetry Info