Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Verify if fields exist
Message
De
10/05/2006 20:16:07
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
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:
01120857
Vues:
11
>Hello
>How can I verify if a group of fields exist in a table?...
>Thanks in advance
>Carlos Burgs

There are few ways:
!empty(Field('field','alias'))
fsize('field','alias') > 0
etc
used('alias') and type('alias.field') != 'U'
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform