Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Keyboard buffer for number
Message
 
 
À
01/07/2001 05:37:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00525669
Message ID:
00525686
Vues:
18
Wilson,

What exactly "doesn't work"?

Taking a guess as to what the problem might be:

If you are trying to enter a number you'll need to either do something like this.NumericValue = this.NumericValue * 10 + this.NewDigit to logically shift left by one decimal digit. Or just concatenate the value to the end of the input string and this.NumericValue = val( this.StringValue )

>I create a keypad for touch screen. It works fine for char field but when the field is numeric. It doesn't work.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform