Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with Numeric entry in a TextBox
Message
 
To
15/10/1998 09:07:07
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00147105
Message ID:
00147124
Views:
23
Stephane,

Yes you can get what you want. But you have to underrstand that NULL is a value that is available for all data types and that Textboxes, by default, are type Character.

In the Init of the textbox put code like this;

* Set the data type to numeric
THIS.Value = 0.00
* Set the value to NULL
THIS.Value = .NULL.
Previous
Reply
Map
View

Click here to load this message in the networking platform