The information in this article applies to:
SYMPTOMSOpening 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. RESOLUTIONA 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. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATIONSteps to Reproduce Behavior
Additional query words: kbRDO200bug kbVBp600bug kbdse kbDSupport kbVBp
Keywords : kbGrpVBDB |
|
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |