Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Methods in grids
Message
From
19/12/2007 20:04:59
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Methods in grids
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01276730
Message ID:
01276730
Views:
70
Hi all

Supose I have a grid with ColumnCount = 10.
number
name
phone
...

I want that when user press a key over each one of the columns, I can use the KeyPress method to process like this:

LPARAMETERS nKeyCode, nShiftAltCtrl
IF nKeyCode = ...
... do something
ENDIF

How can I assign this code to all keypressed methods at once?

Thank's in advance,
NPedro
Next
Reply
Map
View

Click here to load this message in the networking platform