Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
Par2: Upper casing incremental locator 2007-01-10 -- Carl Barnes Look in the ABC Browse Locator code for TakeKey. The locator is made from
KEYCHAR() grabbed in Alert event so the UPR never applies...except maybe for an
Entry Locator.
The TakeKey method is Virtual so maybe in the Locaztor.TakeKey before the PARENT call do
if keychar()=keycode() then SetKeyCode(Val(Upper(chr(KeyChar()))).
Not sure about that code
Maarten notes:
In the TakeKey method of the locator class, before the parent:
SetKeyChar(VAL(UPPER(CHR(KeyChar()))))
Today is November 21, 2024, 8:12 am This article has been viewed 35224 times.
|
|