Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Anybody tell me?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00118048
Message ID:
00118188
Vues:
17
>
>Thanks.
>Textbox has no Text property in VFP5.0. So if I write 'Text1.text', it must wrong. Right?
>
No, There IS a "TEXT" property but it will always be a character expression of whatever is in the "Value"
If .Value =       .Text = 
   Test            "Test"
   72              "72"
   {06/15/1998}    "06/15/1998"
   
If you are relying on the .TEXT property you would have to use
val( This.Text )
for your testing
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform