Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A GRID question:
Message
From
19/08/1997 12:24:36
 
 
To
19/08/1997 12:15:33
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00045581
Message ID:
00045585
Views:
39
>When I APPEND BLANK, my new record is inserted at the bottom of the GRID. I would like to insert a blank record right below the
>current record.
>How do you APPEND BLANK a record right below the current record?

You could play with INSERT BLANK if your table is small. However, the better way is to SET ORDER to Tag1, and append new record (using INSERT-SQL) with the key fields (part of Tag1 expression) providing necessary location of this record in index sequence. For example, if you have cursor field listorder with record values 1,5,7, you could insert record with listorder=6 and this record will appear between '5' and '7' records.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform