Forums
This topic is locked
error '800a0411'
Posted 20 Aug 2004 15:03:04
1
has voted
20 Aug 2004 15:03:04 Teresa Pangan posted:
I am getting this error:Microsoft VBScript compilation error '800a0411'
I am using Dreamweaver's Repeat Region behavior
Name redefined
/admin/orderdetails.asp, line 95
Dim Repeat1__numRows
Line 95 coding is: Dim Repeat1__numRows
I am baffled why I am all of a sudden getting this error. Everything was working fine.
Thanks for help.
Healthy regards,
Teresa
Edited by - terepan on 20 Aug 2004 15:03:38
Replies
Replied 20 Aug 2004 15:06:58
20 Aug 2004 15:06:58 Teresa Pangan replied:
Sorry! I just figured it out. I had the repeat region coding twice:
<%
Dim Repeat1__numRows
Dim Repeat1__index
Repeat1__numRows = -1
Repeat1__index = 0
qryOrderDetails_numRows = qryOrderDetails_numRows + Repeat1__numRows
%>
Sorry to be so off this morning.
Teresa
<%
Dim Repeat1__numRows
Dim Repeat1__index
Repeat1__numRows = -1
Repeat1__index = 0
qryOrderDetails_numRows = qryOrderDetails_numRows + Repeat1__numRows
%>
Sorry to be so off this morning.
Teresa