Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Keyboard buffer for number
Message
 
 
To
01/07/2001 05:37:19
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00525669
Message ID:
00525686
Views:
17
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform