Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Read only textbox
Message
 
To
30/03/2006 09:48:54
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01109171
Message ID:
01109173
Views:
33
>when i try to put text in a textbox
>
>thisform.text3.Text = thisform.prop_hscode
>
>
>i got an error saying property text is read only
>
>
>but when i look in the properties box it say that is not read only ??
>
>
>what can i do ???
>
>thanks

You forgot Value ;)
thisform.text3.Text.Value = thisform.prop_hscode
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform