PRB: DBGrid Has No Default Property (141170)
The information in this article applies to:
- Microsoft Visual Basic Standard Edition, 32-bit, for Windows 4.0
- Microsoft Visual Basic Professional Edition, 16-bit, for Windows 4.0
- Microsoft Visual Basic Professional Edition, 32-bit, for Windows 4.0
- Microsoft Visual Basic Enterprise Edition, 16-bit, for Windows 4.0
- Microsoft Visual Basic Enterprise Edition, 32-bit, for Windows 4.0
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.
Modification Type: | Major | Last Reviewed: | 12/9/2003 |
---|
Keywords: | kbprb KB141170 |
---|
|