Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Verify if fields exist
Message
De
10/05/2006 17:35:51
 
 
À
10/05/2006 17:32:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01120813
Message ID:
01120818
Vues:
13
>How can I verify if a group of fields exist in a table?...
FUNCTION FieldExist()
PARAMETER tcField
LOCAL llExist
llExist=.F.
IF FSIZE(tcField)>0
   llExist=.T.
ENDIF
RETURN llExist
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform