Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Placing a field length limit
Message
 
 
To
20/12/2011 18:54:36
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows 7
Network:
Windows 2000 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01531481
Message ID:
01531483
Views:
65
>Hi. I have the code (here) to limit a textbox width to the field length.
>However, I don't know where to place the code (in my app/program).
>
>Can anyone be of help (or offer a better alternative).
>
>Keep in mind that I am in "the land of days gone by" (V7sp1)
>
>
m.ItemL = LEN(tags.item)
>This.Item.MaxLength = m.ItemL
>
>Thanks, Randy

If this is a permanent limit, then you can put it in the form's Init.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform