PRB: Unexpected Behavior with FoxPro 2.x Database Using DBCombo (179913)
The information in this article applies to:
- Microsoft Visual Basic Enterprise Edition for Windows 5.0
- Microsoft Visual Basic Enterprise Edition for Windows 6.0
This article was previously published under Q179913 SYMPTOMS
When using the DBCombo control with a Foxpro 2.x type database the DBCombo
may begin an infinite scroll upward.
RESOLUTION
To work around this problem, replaced the code in step 5 below with the
following code:
Dim myBookMark as String
Data1.Recordset.Index = "{Table Index Name}"
Data1.Recordset.Seek "=", DBCombo1.Text
myBookMark = Data1.Recordset.Bookmark
Data1.Refresh
Data1.Recordset.Bookmark = myBookMark
DBCombo1.ReFill
STATUS
Microsoft is researching this problem and will post new information here in
the Microsoft Knowledge Base as it becomes available.
Modification Type: | Minor | Last Reviewed: | 1/8/2003 |
---|
Keywords: | kbprb KB179913 |
---|
|