Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Type mismatch error with event calendar mod
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

tuningsv
New Member

El Salvador
67 Posts

Posted - 24 July 2003 :  08:23:27  Show Profile  Visit tuningsv's Homepage
hi, maybe someone can help me

i am having this error after implementing the calendar mod:

Microsoft VBScript runtime error '800a000d'
Type mismatch: '[undefined]'

inc_activeusers.asp, line 39

the error shows when you enter at default.asp,
the calendar shows, but the statistics and the active users info
does not appear.

i check all the files but all look well.

tuningsv
New Member

El Salvador
67 Posts

Posted - 24 July 2003 :  10:31:52  Show Profile  Visit tuningsv's Homepage
i am having this error too

Microsoft VBScript runtime error '800a000d'

Type mismatch: 'AUHandleLoging'

/forum/login.asp, line 64


thanks for any help
Go to Top of Page

tuningsv
New Member

El Salvador
67 Posts

Posted - 24 July 2003 :  10:49:13  Show Profile  Visit tuningsv's Homepage
OK, I FOUND THE PROBLEM
BUT NOW IN ACTIVE USERS STATISTICS DOES NOT APPEAR ANY USER.

Active Members: 0 | Guests: 0 || Total: 0
Go to Top of Page

tuningsv
New Member

El Salvador
67 Posts

Posted - 24 July 2003 :  11:13:36  Show Profile  Visit tuningsv's Homepage
now, when i click any date in the calendar
gives me this error

Microsoft VBScript runtime error '800a0006'

Overflow: 'cLng'

/forum/cal.asp, line 1383

cal.asp
------------------
If recForumCount <> "" then
For iForum = 0 to recForumCount
ForumForumID = allForumData(fFORUM_ID, iForum)
ForumSubject = allForumData(fF_SUBJECT, iForum)
strOptions = strOptions & "<option value=""" & ForumForumID & """"
'########line 1383
If cLng(arrRqCalForumID) = cLng(ForumForumID) then strOptions = strOptions & " selected"
'###########
strOptions = strOptions & ">" & ChkString(left(ForumSubject, 50),"display") & "</option>" & vbNewline
Next
End if

any idea?

Edited by - tuningsv on 24 July 2003 17:09:30
Go to Top of Page

tuningsv
New Member

El Salvador
67 Posts

Posted - 24 July 2003 :  17:39:01  Show Profile  Visit tuningsv's Homepage
reading a little more of topics if found a tip

change this line

If cLng(arrRqCalForumID) = cLng(ForumForumID) then strOptions = strOptions & " selected"

for this

If arrRqCalForumID = ForumForumID then strOptions = strOptions & " selected"



it works!
Go to Top of Page

Jóhannes
Junior Member

Iceland
139 Posts

Posted - 26 September 2003 :  08:19:17  Show Profile  Visit Jóhannes's Homepage  Send Jóhannes an AOL message
...another solution regarding
If cLng(arrRqCalForumID) = cLng(ForumForumID) then strOptions = strOptions & " selected"
see:

http://forum.snitz.com/forum/topic.asp?TOPIC_ID=45202

Jóhannes


Edited by - Jóhannes on 26 September 2003 08:20:04
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.3 seconds. Powered By: Snitz Forums 2000 Version 3.4.07