Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
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 23, 2024, 2:12 am This article has been viewed 35227 times.
|
|