Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Delete record from grid
Message
De
23/12/2005 06:06:26
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Delete record from grid
Versions des environnements
Visual FoxPro:
VFP 6 SP3
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01080458
Message ID:
01080458
Vues:
46
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform