Author |
Topic |
|
keston
Starting Member
Netherlands
49 Posts |
Posted - 18 February 2002 : 05:40:14
|
Hi I'm trying to convert the second version of the Event Mod into Dutch...
Set the following in my config.asp Session.LCID = 1043. That caused everything to look alright except the fact that now I cannot view the 'weekview' in the eventpage. I then get the following: Microsoft VBScript runtime (0x800A0009) Subscript out of range: 'intBack' /forum/events_functions.asp, line 1001
Is there a cure?? I've looked in (I think) every corner of this forum but couldn't find it.
PS. I did find some discussion about it after the release, dated a year ago, but thats it.
Keston
|
|
keston
Starting Member
Netherlands
49 Posts |
Posted - 19 February 2002 : 07:52:46
|
Anyone??
|
|
|
keston
Starting Member
Netherlands
49 Posts |
Posted - 28 February 2002 : 04:07:33
|
Is this a problem which cannot be solved? Or do I have to refrase my problem?
|
|
|
crash
Advanced Member
Netherlands
2064 Posts |
Posted - 28 February 2002 : 04:30:27
|
misschien kun je een link posten naar je "events_functions.asp". zorg er wel even voor dat je linkt naar "events_functions.txt", dat leest makkelijker...
translation: maybe you could post a link to your "events_functions.asp". please copy/paste all the code to a text document and link to that. we'll have a look.
----------------------------- visit Crash's website online NOW!! Please visit! |
|
|
keston
Starting Member
Netherlands
49 Posts |
Posted - 08 April 2002 : 05:17:06
|
I think I have it.
I just deleted the following (in red) somewhere in line 999 in events_functions.asp:
intBack = 1 if strCurrentDay <> "Sun" then FullWeekArray = Array("Sun","Mon","Tue","Wed","Thu","Fri","Sat","N/A") Do while (intBack <= 8 AND strCurrentDay <> FullWeekArray(intBack) ) intBack = intBack + 1 loop end if
So, finally my week view, thusfar without any problems...
==== kezz ====
|
|
|
|
Topic |
|