Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need help with Grid Keypress event
Message
From
25/09/1999 13:18:31
Dennis Schuette
Customized Business Services, Llc
Yuma, Arizona, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Need help with Grid Keypress event
Miscellaneous
Thread ID:
00268949
Message ID:
00268949
Views:
37
I am using VFP 5.0a

The following code in the Text1 control of a grid works fine for deleting and recalling records, but the Up and Down arrows, PgUp and PgDn keys no longer work. What am I doing wrong?

**grdCategory.Column1.Text1.Keypress()
**toggle deleted status if user pressed SpaceBar or Enter
LPARAMETERS nKeyCode, nShiftAltCtrl
do case
case nKeyCode = 32 or nKeyCode = 13
if deleted()
recall
else
delete
endif
skip
if eof()
go bottom
endif
otherwise
=dodefault(nKeyCode, nShiftAltCtrl)
endcase
nodefault

Thanks in advance,
Denis Schuette
McElhaney Cattle Co.
Dennis Schuette
Next
Reply
Map
View

Click here to load this message in the networking platform