Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to check table field type!?
Message
From
01/05/2000 16:53:09
 
 
To
29/04/2000 00:20:19
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00364734
Message ID:
00364902
Views:
17
>but when i use TYPE() to check the data type of the field , it return "U"
>My code:
>ret = TYPE(table.field)

That table has to be open when you do this, and you have to enclose the field in quotes:

ret = TYPE("table.field")
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform