Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Delete record from grid
Message
From
23/12/2005 06:06:26
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Delete record from grid
Environment versions
Visual FoxPro:
VFP 6 SP3
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01080458
Message ID:
01080458
Views:
45
Dear Experts

I have a table abcd index on date field
I use following codes to show data in grid
SELECT abcd
GO top
thisform.grid1.recordsource="abcd"
thisform.grid1.column1.controlsource="abcd.date"
thisform.grid1.column2.controlsource="abcd.gswt"
thisform.grid1.column3.controlsource="abcd.ntwt"
When cursor is in some row, is it possible to delete same row/record by pressing Ctrl+D.
After deleting record the cursor should go to above row if records are more than 1.

Please Help
Next
Reply
Map
View

Click here to load this message in the networking platform