PRB: DBGrid Has No Default Property
Article ID: 141170
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 Q141170
SYMPTOMS
Attempting to use the default property of the DBGrid control results in the
error:
Run-time error '438':
Object doesn't support this property or method
CAUSE
Despite what the Programmer's Guide and the online help say, the DBGrid
control has no default property. The default value for the standard, data
unaware, Microsoft Grid control is Text. That property was erroneously
listed in the Programmer's Guide as the default property for the DBGrid
control.
RESOLUTION
Refer explicitly to any properties of the DBGrid control you want to use.
STATUS
This behavior is by design.
Additional query words: 4.00 vb4win vb4all DBGrid
Keywords: kbprb KB141170