Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dragging the other of fields names.
Message
 
À
24/02/1998 22:01:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00080530
Message ID:
00080999
Vues:
27
>Hi Jim
>My user want to be able to INSERT a record (using a GRID) right below the current record by clicking on a INSERT button. The table I am using only has 3 fields, NAME,DATE,SORTFLD. In most cases the dates will be the same value. I am having problems on how to approach this problem. I can use the SORTFLD (a float) to do my sorting. There will probably not be anymore than five records in the GRID. This is my problem. :)))))))

Robert, when the suer clicks the button the recrod pointer in the recordsource for the grid is sitting on the record tehy were on. You can simply


INSERT INTO GridSource (SortFld)
VALUES (GridSource.SortFld + .001)

Then refresh the grid.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform