ADT2: Errors Using Recordset Methods on Data Outline ControlLast reviewed: May 28, 1997Article ID: Q120568 |
The information in this article applies to:
SYMPTOMSAdvanced: Requires expert coding, interoperability, and multiuser skills. When you are writing code for the data outline control, you can create a Recordset-like object using the GetRecordSetClone method on the data outline control object. However, when you use standard Recordset methods on this object, you receive compile errors.
RESOLUTIONIn your code, enclose the methods used on the Recordset-like object in brackets. For example, for an object called RecSet created with the GetRecordSetClone method, use
RecSet.[movefirst]instead of:
RecSet.movefirst STATUSThis behavior no longer occurs in Microsoft Access Developer's Toolkit for Windows 95 version 7.0 using the Microsoft Data Outline Control version 1.1.
MORE INFORMATION
Steps to Reproduce Behavior
REFERENCESMicrosoft Access Developer's Toolkit "Advanced Topics," version 2.0, Chapter 6, "Using OLE Custom Controls" |
Keywords : kberrmsg kbprg MdlRcd
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |