Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Verify if fields exist
Message
From
10/05/2006 17:35:51
 
 
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:
01120818
Views:
18
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform