|
The previous version had this problem. Even in VFP9.0, it has not been completely solved.
Set InputMask = "999,999,999.99" // Decide according to the size of the value, can be set to 6 9s, don't need 9
Set SelectOnEntry = .T. // Let users select all as soon as they enter
It will be a little more convenient to input in this way, the user will not be called. To do like Excel, see if Ken will be next
Improved in the version. Under the above settings, you can continue to enter two digits after entering the decimal point. |
|