Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Field exists?
Message
From
13/01/2008 10:48:20
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01281442
Message ID:
01281459
Views:
7
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform