Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Primary key
Message
De
10/02/1999 02:02:23
 
 
À
09/02/1999 22:22:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00185785
Message ID:
00185848
Vues:
17
Thanks
It is the last version of an example !

cResults = DBGETPROP("table1", "Table", "PrimaryKey")
FOR nCount = 1 TO 254
IF !EMPTY(TAG(nCount)) && Checks for tags in the index
IF UPPER(cResults) = UPPER(TAG(nCount))
? KEY(nCount) && Display Primary Key
EXIT && Found !!!!
ENDIF
ELSE
EXIT && Exit the loop when no more tags are found
ENDIF
ENDFOR
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform