The information in this article applies to:
SYMPTOMSOne of the following occurs:
CAUSEOnly events that are common to Active Server Pages and Dynamic HTML are supported. onafteropen is not supported. RESOLUTION
If you want to fire an onafteropen event on a Dynamic HTML page, use
advise() before opening the recordset.
Recordset1.advise("onafteropen", "Recordset1_onafteropen()");Note that there is no corresponding onafteropen event on Active Server Pages. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available.
Keywords : kbVisID600bug kbGrpASP |
Last Reviewed: May 7, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |