` Keypad Enter as Tab (Geir Hansen ) - Icetips Article
Icetips - Templates, Tools & Utilities for Clarion Developers

Templates, Tools and Utilities
for Clarion Developers

Icetips Article

Back to article list   Search Articles     Add Comment     Printer friendly     Direct link  

Par2: Keypad Enter as Tab
1997-06-02 -- Geir Hansen
 
How to use the Enter key on the numeric keypad as a Tab key, is actually documented in the CW help file. The following is pasted from the help file: ACCEPT !Loop on the display CASE KEYCODE() !Process the keystroke OF EnterKey !User pressed Enter IF BAND(KEYSTATE(),0800h) !Detect enter on numeric keypad PRESSKEY(TabKey) !press tab for the user END END END


Today is April 25, 2024, 12:37 pm
This article has been viewed 35109 times.



Back to article list   Search Articles   Add Comment   Printer friendly

Login

User Name:

Password: