BUG: '800a01f5' Error When Using DTC Event ProceduresID: Q194007
|
When you use Design-Time control (DTC) event procedures and Visual Basic, Scripting Edition, you might see the following error:
This happens when you name your DTC with a certain name, most frequently "rs" for recordset DTC.Microsoft JScript runtime error '800a01f5'
Cannot assign to variable
/KBTESTS/_ScriptLibrary/Recordset.ASP, line 97
This error occurs because the name of the event handler conflicts with the name used internally in the Script Library. For example, the event handler is "rs_onbeforeopen" and Recordset.asp uses the same name.
Give the DTC a different name than the name used internally in the Script Library. The following list provides the internal names for the DTC's in the Script Library.
DTC INTERNAL NAME
----------------------------------
RECORDSET RS
LABLE LBL
TEXTBOX TXT
LISTBOX LB
CHECKBOX CHK
OPTIONGROUP OPT
BUTTON BTN
RECORDSETNAVBAR RSNB
GRID DG
----------------------------------
Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article.
Additional query words:
Keywords : kberrmsg kbCtrl kbScript kbVisID600 kbVisID600bug kbGrpASP
Version : WINDOWS:6.0
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: May 27, 1999