Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Read only textbox
Message
From
30/03/2006 09:53:55
 
 
To
30/03/2006 09:48:54
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01109171
Message ID:
01109176
Views:
30
>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

Maybe this will work?
ThisForm.Text3.Value = ThisForm.Prop_HSCode.Value
Regards,
Jim
Previous
Reply
Map
View

Click here to load this message in the networking platform