H Herfried K. Wagner [MVP] May 5, 2004 #2 * "=?Utf-8?B?c3Yyaw==?= said: Is it possible? Please, don't speak any of TabStop prop. Click to expand... Have a look at the form's 'Process*' methods in help. You can override them to capture the tab key.
* "=?Utf-8?B?c3Yyaw==?= said: Is it possible? Please, don't speak any of TabStop prop. Click to expand... Have a look at the form's 'Process*' methods in help. You can override them to capture the tab key.
A Armin Zingler May 5, 2004 #3 sv2k said: Is it possible? Please, don't speak any of TabStop prop. Click to expand... Why? What's your intention? Prevent the user from changing the focus? He could also use the mouse. Maybe you can use the Validating event to check the input and set e.cancel = true if the input is inalid. -- Armin How to quote and why: http://www.plig.net/nnq/nquote.html http://www.netmeister.org/news/learn2quote.html
sv2k said: Is it possible? Please, don't speak any of TabStop prop. Click to expand... Why? What's your intention? Prevent the user from changing the focus? He could also use the mouse. Maybe you can use the Validating event to check the input and set e.cancel = true if the input is inalid. -- Armin How to quote and why: http://www.plig.net/nnq/nquote.html http://www.netmeister.org/news/learn2quote.html