Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Check table field existence
Message
From
20/05/2008 02:29:54
 
 
To
19/05/2008 23:59:42
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP1
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01318370
Message ID:
01318377
Views:
24
>Dear Experts
>
>Create Cursor table1 ;
>(code Char(7),name Char(20), qty n(4),amount n(8))
>
>I want to test whether Field "Amount" is exists in Table1 or not.
>
>Please help
If type('table1.amount')#'U'
  * Field exists
endif
Previous
Reply
Map
View

Click here to load this message in the networking platform