BUG: DataReport Does Not Show First Record with Server-Side Forward-Only Cursor (300387)
The information in this article applies to:
- Microsoft Visual Basic Enterprise Edition for Windows 6.0
- Microsoft Visual Basic Professional Edition for Windows 6.0
This article was previously published under Q300387 SYMPTOMS
When a Visual Basic DataReport object is bound to an ActiveX Data Objects (ADO) Recordset object whose CursorLocation property is set to adUseServer and whose CursorType property is set to adOpenForwardOnly, the DataReport does not display the first record in the recordset, even though the record is present.
RESOLUTION
To resolve this problem, specify a client-side ADO cursor ("CursorLocation = adUseClient"), or specify a server-side CursorType other than the adOpenForwardOnly enumeration.
STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article.
Modification Type: | Major | Last Reviewed: | 6/13/2001 |
---|
Keywords: | kbbug kbDatabase kbDSupport kbReportWriter KB300387 |
---|
|