BUG: Recordset onafteropen Does Not Fire (191050)
The information in this article applies to:
- Microsoft Visual InterDev 6.0
This article was previously published under Q191050 SYMPTOMS
One of the following occurs:
- Recordset1_onafteropen() used to fire, but it does not fire any more.
- onafteropen is defined in Recordset.htm, but you do not see it in
the script library and you cannot get it to run.
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: 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.
Modification Type: | Minor | Last Reviewed: | 3/7/2005 |
---|
Keywords: | kbBug kbCtrl kbDatabase kbpending KB191050 |
---|
|