FIX: TextBox Value in Grid Column Using Numeric ControlSource (162256)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
- Microsoft Visual FoxPro for Windows 3.0b
- Microsoft Visual FoxPro for Macintosh 3.0b
This article was previously published under Q162256 SYMPTOMS
When you enter numeric data of a number greater than 10 into a text box
within a grid on a FoxPro form, it is correctly entered into the table.
However, if the Grid1.Column1.Text1 value is referenced, it appears as
zero. This behavior only occurs in version 3.0b.
RESOLUTION
Set each Grid TextBox InputMask property as follows:
Grid1.TextBox1.InputMask = 9999.99
Grid1.TextBox2.InputMask = 9999.99
STATUS
Microsoft has confirmed this to be a problem in the Microsoft products
listed at the beginning of this article. This problem was corrected in
FoxPro 5.0 for Windows.
REFERENCES
If you are not familiar with creating forms, or using the grid control,
please see:
Visual FoxPro Developer's Guide, chapters 9 and 11
Modification Type: | Major | Last Reviewed: | 10/15/2003 |
---|
Keywords: | kbBug kbfix KB162256 |
---|
|