Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Existence of a field
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00761708
Message ID:
00761711
Vues:
35
This message has been marked as a message which has helped to the initial question of the thread.
>Hi everybody,
>
>I would like to see if a field exists in a table or not. How may I check that?
>
>Thanks a lot,
>Ali
IF TYPE("table.field")<>"U"
  * it exists
ENDIF
This assumes the table is open (USE table).
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform