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: Using + key as an enter key on forms 1998-04-30 -- Geir Hansen 1) After opening the Window:
ALERT(PlusKey)
2) At the alert event for the window:
IF KEYCODE() = PlusKey
DISABLE(?)
SELECT(?)
ENABLE(?)
END
This will move you to the next field, like the TabKey would have done. I found the little trick
(disable/select/enable) to be better than just using SELECT(?+1), The SELECT(?+1) might move the cursor
to a control with the SKIP attribute or to a control on a different tab on a sheet control.
Today is December 3, 2024, 11:43 am This article has been viewed 35199 times.
|
|