Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dragging the other of fields names.
Message
 
To
24/02/1998 22:01:02
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00080530
Message ID:
00080999
Views:
26
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform