BUG: Recordset onafteropen Does Not FireID: Q191050
|
One of the following occurs:
Only events that are common to Active Server Pages and Dynamic HTML are supported. onafteropen is not supported.
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.
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