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
 Calendar MOD
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Rrok007
Junior Member

USA
149 Posts

Posted - 14 June 2003 :  08:52:07  Show Profile  Send Rrok007 an AOL message  Send Rrok007 a Yahoo! Message
Can someone please help me with the calendar MOD? I've got it installed, but when you go to the events listing, it initially lists two lines, "All Forums" and "'Microsoft VBScript runtime error 800a0006 Overflow: cLng /korloch/batleth/forum/cal_functions.asp Line 924'" If "All Forums" is selected, it does nothing. If the error message is selected, then it displays all the forums and shows the posting link and everything. The other thing it doesn't show, with either choice is the drop down boxes for selecting the date.

Believe disbelief and contemplate the simple.

rmicroys
Starting Member

4 Posts

Posted - 17 June 2003 :  12:50:17  Show Profile
Help! I'm having a similar problem. I get this message when ever I try to pull up cal.asp:

Microsoft VBScript runtime error '800a0006'

Overflow: 'cLng'

/testforum/cal.asp, line 1386


If I only put a very small number of forums in my list in cal_config.asp, it seems to work okay. But as soon as I put any more than 5 forum IDs (or so) in the config, it does that.

Oh ya...
Forum: Snitz Forums 2000 Version 3.4.03
Mods: Event Cal Recurring Beta 3

Edited by - rmicroys on 17 June 2003 12:52:04
Go to Top of Page

Rrok007
Junior Member

USA
149 Posts

Posted - 17 June 2003 :  15:13:49  Show Profile  Send Rrok007 an AOL message  Send Rrok007 a Yahoo! Message
I get the same error, but mine reads "Microsoft VBScript runtime error '800a0006' Overflow: 'cLng' /korloch/batleth/forum/cal_funtions.asp line 924 and the error is in the drop down box. The other note is that the drop down box for selecting dates is missing. I also don't get the little icon for posting new events that appears in each forum that events can be posted to. And my error doesn't show up until after I add more than 9 forums.

Same forum and MOD versions.

Believe disbelief and contemplate the simple.
Go to Top of Page

rmicroys
Starting Member

4 Posts

Posted - 18 June 2003 :  10:47:25  Show Profile
I wonder if it has something to do if one has deleted forums which have been in the system at some point in time. Do you have any 'gaps' in your forum IDs?
Go to Top of Page

tuningsv
New Member

El Salvador
67 Posts

Posted - 24 July 2003 :  17:03:29  Show Profile  Visit tuningsv's Homepage
hello
i am having the same error

Microsoft VBScript runtime error '800a0006'

Overflow: 'cLng'

/forum/cal.asp, line 1383


the portion of code of cal.asp is:
----------------
If recForumCount <> "" then
For iForum = 0 to recForumCount
ForumForumID = allForumData(fFORUM_ID, iForum)
ForumSubject = allForumData(fF_SUBJECT, iForum)
strOptions = strOptions & "<option value=""" & ForumForumID & """"
If cLng(arrRqCalForumID) = cLng(ForumForumID) then strOptions = strOptions & " selected"
strOptions = strOptions & ">" & ChkString(left(ForumSubject, 50),"display") & "</option>" & vbNewline
Next
End if
---------------
the sentence in red is the problem...

when i click any date in the calendar to view the "programmed events"
any ideas??????



i found how to fix it!
please see this topic
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=46293


Edited by - tuningsv on 24 July 2003 17:40:18
Go to Top of Page

Jóhannes
Junior Member

Iceland
139 Posts

Posted - 26 September 2003 :  06:16:16  Show Profile  Visit Jóhannes's Homepage  Send Jóhannes an AOL message
Hi
I'm not getting this to work. If I change the line from:

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

to:

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

it is not fixing all of the problem. The Error is not displayed again but the drop-down menu is not working now.

Am I doing something wrong ?

Jóhannes


Edited by - Jóhannes on 26 September 2003 06:17:00
Go to Top of Page

Jóhannes
Junior Member

Iceland
139 Posts

Posted - 26 September 2003 :  08:17:34  Show Profile  Visit Jóhannes's Homepage  Send Jóhannes an AOL message
If the line:

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

is changed to:

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

that is: CStr instead of cLng

then it works

Jóhannes

Go to Top of Page

kimari
Starting Member

Spain
32 Posts

Posted - 25 October 2003 :  20:19:02  Show Profile  Visit kimari's Homepage
thanks
thanks Jóhannes
greaaaaatttttttttt
and works if i change the LCID for spanish

thanks
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.29 seconds. Powered By: Snitz Forums 2000 Version 3.4.07