Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert at pointer
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00452968
Message ID:
00453175
Views:
19
>Greetings
>
>I it possible to insert a record at the pointer (ie: between two existing records)in a buffered table? It seems that all append commnads add new records to the end of a table.
>
>TIA
>Frank
It seems you would need an index with a key that either matched the key of the record to be 'inserted' after, or (a key) that fell between the insertion point.

KEYA && FIrst occurrance
KEYB && Chaser

insert another KEYA after first KEYA
KEYA (first)
KEYA (inerted)
KEYB

or inbetween KEYA and a KEYC
KEYA
KEYB && In between
KEYC
Imagination is more important than knowledge
Previous
Reply
Map
View

Click here to load this message in the networking platform