Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there a way?
Message
From
04/08/2000 15:20:30
 
 
To
04/08/2000 15:14:14
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00401316
Message ID:
00401327
Views:
15
As always in VFP - a few ways <g>

If the table is part of a database (DBC), you can check if it exists without having the table open with
llFieldExists = INDBC("table.field", "Field")

This one works for any type of table (free or in a database), but it must be USEd
llFieldExists = FSIZE("field", "table")>0

HTH
Insanity: Doing the same thing over and over and expecting different results.
Previous
Reply
Map
View

Click here to load this message in the networking platform