Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to determine the size of a table field
Message
From
03/07/2001 19:44:57
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00526424
Message ID:
00526519
Views:
13
>>How can I check in a program the width of a table field?
>
>FSIZE(cFieldName [, nWorkArea | cTableAlias] | cFileName)?

remember:

The current setting of SET COMPATIBLE determines if FSIZE( ) returns the size of a field or a file. If SET COMPATIBLE is set to OFF or FOXPLUS (the default), FSIZE( ) returns the size of a field. If SET COMPATIBLE is set to ON or DB4, FSIZE( ) returns the size of a file.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform