Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to replace key use keyboard?
Message
From
03/04/2002 02:04:20
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
02/04/2002 20:35:38
Michale Chen
Shijiazhuang ZhiYuan Crop.
Shijiazhuang, China
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00640185
Message ID:
00640239
Views:
14
>In a grid turning the focus is hard,If a use rplace key meathed,for examle use 'dnarrow' repalce 'enter'
>,how to do this?
>
>
>
>
>
>thank you for you help

*Keypress
lparameters ...
if nKeyCode = dnarrowcode
nodefault
keyboard '{enter}'
endif

But this needs to be coded in every control that would use it. Alternative way is to check in beforerowcolchange and act upon not using key codes but actions like skip, activatecell etc.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform