Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Delete from Grid
Message
From
18/02/2011 17:56:45
 
 
To
18/02/2011 10:13:43
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01500698
Message ID:
01500796
Views:
59
Tariq,

Ooops.. my bad.

As Naomi has suggested, better to trap for Ctrl-D in the KeyPress event.

Then, you can either call:
This.DeleteRecord()    && if method is in your grid class
or
ThisForm.DeleteRecord()    && if method is in your form class
Dennis
Previous
Reply
Map
View

Click here to load this message in the networking platform