PRB: Decimals Don't Display Properly in Grid (135333)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
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.
| Modification Type: | Major | Last Reviewed: | 2/15/2000 |
|---|
| Keywords: | KB135333 |
|---|
|