BUG: Assigning Resultset to RDC Does Not Update Control(s) (191716)
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 Q191716 SYMPTOMS Opening a resultset in code and then assigning it to the
Resultset property of the MSRDC (which is bound to a text box), will not
populate the text box. RESOLUTION A workaround is to simply add another line of code
immediately following "Set MSRDC1.ResultSet = rs" that specifically references
the field desired for the text box. For example, Text1.DataField = "au_lname"
would populate the first record into the text box as well as physically bind
the RecordSet to the MSRDC. At this point, the MSRDC will have the full
capability of scrolling through records. STATUS Microsoft has confirmed this to be a bug in the Microsoft
products listed at the beginning of this article.
Modification Type: | Major | Last Reviewed: | 11/7/2003 |
---|
Keywords: | kbbug kbpending KB191716 |
---|
|