Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Read only textbox
Message
 
À
30/03/2006 09:48:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01109171
Message ID:
01109173
Vues:
32
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform