Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Field exists?
Message
De
13/01/2008 10:48:20
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01281442
Message ID:
01281459
Vues:
8
Try the TYPE() command and enclose the field in quotes "". Have you also read the VFP help on these commands?
USE config2
IF TYPE( "config2.version" ) <> "U"
  =MESSAGEBOX("field exist")
ELSE
  =MESSAGEBOX("field does not exist")
ENDIF
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform