PRB: Unexpected Behavior with Foxpro 2.x Database Using DBComboLast reviewed: January 29, 1998Article ID: Q179913 |
The information in this article applies to:
SYMPTOMSWhen using the DBCombo control with a Foxpro 2.x type database the DBCombo may begin an infinite scroll upward.
RESOLUTIONTo 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 STATUSMicrosoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce BehaviorBefore beginning, make sure that you have a Foxpro 2.x type table that has an existing index on the field that will be displayed in the DBCombo control.
Keywords : vb5all Component : jet Version : WINDOWS:5.0 Platform : WINDOWS Issue type : kbprb |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |