Article ID: 135333
Article Last Modified on 2/15/2000
APPLIES TO
- Microsoft Visual FoxPro 3.0 Standard Edition
This article was previously published under Q135333
SYMPTOMS
Numbers displayed in a grid show four decimal places instead of two.
CAUSE
The Grid.Column.Sparse property is not set to false, and there is no
InputMask property defined for the Textbox object of the grid.
RESOLUTION
For the column that is used to display the numeric data, set the Sparse
property to false, and enter a valid input mask for the Textbox object.
Note that setting the Sparse property to false can result in some
performance degradation.
STATUS
This behavior is by design.
Additional query words: 3.00 VFoxWin decimals currency
Keywords: KB135333