Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Detecting length of a specific field
Message
 
 
To
03/08/2005 02:44:45
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
01038047
Message ID:
01038085
Views:
24
>In VFP, to detect the length of a specific field, I was doing something very simle such as:
>
>
>This.nUsernameLen=LEN(&lcUsernameField)
>This.nPasswordLen=LEN(&lcPasswordField)
>
>
>However, when doing that in Client Server mode, I could either extract one record from the table and achieve the same or would it there be any specific command I would use to detect the lenght of a field?

You can use SQLCOLUMNS() command.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform