Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Verify if fields exist
Message
From
10/05/2006 20:16:07
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
10/05/2006 17:32:59
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01120813
Message ID:
01120857
Views:
17
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform