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
 Poll Mod, error !
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Fremir
Starting Member

1 Posts

Posted - 24 February 2007 :  06:31:55  Show Profile
hi
i've installed Poll mod 2.0.8 in snitz 3.4.06

if i try to edit the poll i've a problem:

[POST_INFO.ASP]

Microsoft VBScript runtime error '800a000d'

Type mismatch: 'cInt'

/snitz/post_info.asp, line 467

the line is:
ReDim txtAns(CInt(count))

(the value of count is "" )

thank you


Edited by - Fremir on 24 February 2007 06:34:29

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 12 March 2007 :  19:00:43  Show Profile
A little searching would have found the solution. Change the CINT to CLNG.

Support Snitz Forums
Go to Top of Page

kolucoms6
Average Member

845 Posts

Posted - 13 March 2007 :  01:40:59  Show Profile
Microsoft VBScript runtime error '800a000d'

Type mismatch: 'cLng'

/forum/post_info.asp, line 464

Go to Top of Page

kolucoms6
Average Member

845 Posts

Posted - 13 March 2007 :  04:43:29  Show Profile
Can we do like this :

If count <> "" then

ReDim txtAns(CInt(count))

End If
Go to Top of Page

kolucoms6
Average Member

845 Posts

Posted - 13 March 2007 :  06:27:02  Show Profile
Basically Problem is If count is "" then it give an Error in all pages...

Can we do :

if count = "" then
count=0
end If
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 13 March 2007 :  22:34:59  Show Profile
You are already being helped in your own thread. Please don't jump in someone else's thread with the same problem.
Stick to your thread please: http://forum.snitz.com/forum/topic.asp?TOPIC_ID=64232

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