Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adjustment in recreating tag in regards to candidate
Message
De
25/04/2003 19:05:02
 
 
À
25/04/2003 18:56:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00781752
Message ID:
00781755
Vues:
18
is this what you are looking for?
CANDIDATE([nIndexNumber] [, nWorkArea | cTableAlias])
>I've been using that code since a while to have an overnight process to always build a PRG file just in case we would have to recreate all the tags:
>
>
>FOR lnTag = 1 to tagcount()
>   lcProgram = lcProgram + '	index on ' + sys(14, lnTag) + ' tag ' + TAG(lnTag) + CR
>NEXT
>
>
>This works well. However, now I have a table which has a candidate key on it. How can I modify this code to assure that when rebuilding the candidate key will be preserved?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform