Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Appending record in table when key changes
Message
From
18/11/2005 05:10:28
Jon Neale
Bond International Software
Wootton Bassett, United Kingdom
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01070099
Message ID:
01070105
Views:
12
Neil,

Something like this
lckey = ""
lclastkey = ""
scan
lcKey = Table.Mainkey
if lcKey <> lclastkey
** append record
endif
lclastkey = lcKey
endscan

Not tested.

Jon

>I have about 1000 records in a table ordered by the mainkey field. i.e.
>
>
>Mainkey
>---------
>Neil01    Cutting
>Neil02    Costing
>Neil02    Made
>Neil02    Sent
>
>
>everytime the mainkey changes when I scan down the table I want to append a record in another table with the value of mainkey.
>
>How can i do this easily??
Previous
Reply
Map
View

Click here to load this message in the networking platform