Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Appending record in table when key changes
Message
De
18/11/2005 07:29:23
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01070099
Message ID:
01070145
Vues:
14
>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??
select table
INDEX ON Mainkey UNIQUE TO FORCEPATH(sys(2015),SYS(2023))
SCAN
 INSERT INTO OTHERTABLE ...
 ....
ENDSCAN
CLOSE INDEXES
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform