Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Length
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Length
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01324155
Message ID:
01324159
Views:
16
This message has been marked as the solution to the initial question of the thread.
Put code into InteractiveChange
thisform.text2.Value = LEN(ALLTRIM(This.text))
>I need to show the textbox1 lengh as the use types data in it
>
>In the event keypress of the textbox1, where user types data, has its value as a variable tag_number
>
>=====================================
>STORE ( LEN( tag_number)) TO field_lenght
>thisform.text2.Value = field_lenght
>
>thisform.refresh
>=====================================
>
>Textbox Test1 must show the lengh of the field
>
>But something is wrong
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform