PRB: Enumerated Data Types in DBGRID32.OCX (191835)
The information in this article applies to:
- Microsoft Visual Basic Learning Edition for Windows 5.0
- Microsoft Visual Basic Learning Edition for Windows 6.0
- Microsoft Visual Basic Professional Edition for Windows 5.0
- Microsoft Visual Basic Professional Edition for Windows 6.0
- Microsoft Visual Basic Enterprise Edition for Windows 5.0
- Microsoft Visual Basic Enterprise Edition for Windows 6.0
This article was previously published under Q191835 SYMPTOMS
When using the Microsoft Data Bound Grid Control (DBGRID32.OCX) in Visual
Basic, one of two symptoms can occur:
- The autolist may not drop down enumerated types for some declared
properties.
-or-
- In the Object Browser, some enumerated types cannot be viewed because
they are hidden.
CAUSE
The enum data types for the Data Bound Grid Control are defined in the Type
Library. The constants defined in the those enum data types are hidden;
therefore, you cannot view the contents of the enum datatypes.
RESOLUTION
If you are declaring a variable as:
Dim x As enumSplitSizeModeConstants
then this should be modified to read:
Dim x As SplitSizeModeConstants
STATUS
This behavior is by design.
Modification Type: | Major | Last Reviewed: | 5/13/2003 |
---|
Keywords: | kbprb KB191835 |
---|
|