PRB: DBList BoundText Property Ignored with Table TypeLast reviewed: January 26, 1996Article ID: Q142838 |
The information in this article applies to:
SUMMARYWhen setting a reference to the BoundText property of a bound DBList control, the value is ignored if the RecordsetType property is set to '0 - Table'.
WORKAROUNDThe DBList control utilizes the FindFirst method of a data control. The FindFirst method does not work against a table type recordset. The dynaset type does not exhibit these traits, and therefore, can be used as a work around for this problem.
STATUSMicrosoft has confirmed this to be a problem in Visual Basic version 4.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce
|
Additional reference words: 4.00 vb4win vb4all
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |