Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to check the value in text box
Message
De
29/06/2018 10:54:12
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
29/06/2018 09:10:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01660964
Message ID:
01660965
Vues:
62
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform