BUG:Text & Value Properties of DBGrid Column Show Empty String
Article ID: 139970
Article Last Modified on 12/9/2003
APPLIES TO
- Microsoft Visual Basic 4.0 Standard Edition
- Microsoft Visual Basic 4.0 Professional Edition
- Microsoft Visual Basic 4.0 Professional Edition
- Microsoft Visual Basic 4.0 16-bit Enterprise Edition
- Microsoft Visual Basic 4.0 32-Bit Enterprise Edition
This article was previously published under Q139970
SYMPTOMS
When using the DBGrid control, attempting to access the Text or Value
properties of columns that are not visible on the screen returns an
empty string regardless of the actual data in the column.
WORKAROUND
To work around this problem, reference the data directly from the
data control instead of from the grid control. For example, instead of
using
Print DBGrid1.Columns("Telephone").Text
to print out the contents of the current record's Telephone field, use
Print Data1.Recordset("Telephone")
This code prints the Telephone field regardless of whether or not the
Telephone column is visible on the screen.
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products
listed at the beginning of this article. We are researching this
problem and will post new information here in the Microsoft Knowledge
Base as it becomes available.
Additional query words: 4.00 vb4win vb4all buglist4.00
Keywords: kbbug KB139970