Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Add grid rows to the top of the cursor
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01078708
Message ID:
01078716
Views:
9
>I have a grid with a cursor as the data source. When the client clicks on the ADD button, they want to the new blank row added as the first row of the grid - not the last. How can I get the new row added to the top of the cursor? Currently I use an APPEND BLANK. I do not want to use a SET ORDER because then the "records jump around" after they click on the SAVE button.
>
>Thanks
>
>Brenda

Try the "old" foxpro insert command:

go top
INSERT BEFORE blank
Previous
Reply
Map
View

Click here to load this message in the networking platform