Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to check the value in text box
Message
From
29/06/2018 10:54:12
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01660964
Message ID:
01660965
Views:
61
>Hi,
>
>I have the following code in a KeyPress method
>
>
>this.value = this.value + 1
>
>
>The value is supposed to be a Date. So that the Date in incremented. How do I check that the Value is valid and that it can be incremented by 1 (or whatever).
>
>Would the following code be correct?
>
>if type('this.value') = 'D'
>   this.value = this.value + 1
>endif 
>
>
>Or, maybe vartype() is better. I tested, so far, and both work.
>
>TIA

Vartype() was introduced later but I still prefer to use type() - safer.
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform