FIX: DBCombo Not Appearing on SSTab After Changing Settings (191528)
The information in this article applies to:
- Microsoft Visual Basic Learning Edition for Windows 5.0
- Microsoft Visual Basic Professional Edition for Windows 5.0
- Microsoft Visual Basic Enterprise Edition for Windows 5.0
This article was previously published under Q191528 SYMPTOMS
When you put a DBCombo control on a SSTab control in a form, and then
switch your Display Settings from Small Fonts to Large Fonts, or vice
versa, the DBCombo control no longer appears on the SSTab control, or it
appears on the wrong tab. This problem occurs in both design time and run-
time.
RESOLUTION
Place a Frame control on the SSTab and then place the DBCombo control
inside the Frame control. Set the BorderStyle property of the Frame to "0 -
None" to hide the Frame.
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article. This bug has been corrected in Microsoft
Visual Basic, 6.0.
REFERENCES
For additional information, please see the following article in the
Microsoft Knowledge Base:
186270
: BUG: SSTab Control Containing OLE Control May Crash
WORKAROUND
Put a Frame control on Tab0. Next, place the DBCombo control inside the
Frame control. Set the BorderStyle of the Frame control to "0 - None" to
hide the Frame.
Modification Type: | Major | Last Reviewed: | 11/18/2003 |
---|
Keywords: | kbbug kbfix KB191528 |
---|
|