BUG: Recordset onafteropen Does Not Fire

ID: Q191050


The information in this article applies to:


SYMPTOMS

One of the following occurs:


CAUSE

Only 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.

Example:

Recordset1.advise("onafteropen", "Recordset1_onafteropen()");
Note that there is no corresponding onafteropen event on Active Server Pages.


STATUS

Microsoft 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 
Version           : WINDOWS:6.0
Platform          : WINDOWS 
Issue type        : kbbug 

Last Reviewed: May 7, 1999