Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Anybody tell me?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00118048
Message ID:
00118188
Views:
19
>
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform