BUG: DataCombo Loses BoundText When Recordset Re-Queried (269037)
The information in this article applies to:
- Microsoft Visual Basic Professional Edition for Windows 6.0
- Microsoft Visual Basic Enterprise Edition for Windows 6.0
- ActiveX Data Objects (ADO) 2.5
- ActiveX Data Objects (ADO) 2.6
- ActiveX Data Objects (ADO) 2.7
This article was previously published under Q269037 SYMPTOMS
When you re-query a recordset, then binding a new recordset or otherwise resetting the RowSource property on a DataCombo control causes the BoundText property of a DataCombo to return the Text property.
RESOLUTION
To work around the problem, set the DataCombo.Text property to itself as follows:
DataCombo1.Text = DataCombo1.Text
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article.
Modification Type: | Major | Last Reviewed: | 10/15/2002 |
---|
Keywords: | kbBug kbDatabase kbDataBinding kbDSupport KB269037 |
---|
|