thanks but this is the message i get.
Error Type:
(0x80020009)
/inc/inc_Include.asp, line 165
CODE
<<<<<<
Function FolderNameFix(FolderNAMEIN)
dim
FolderNameRetVal,folderNameLoopVal,folderNameLoopU bound,VarFolderNameLength
dim LetterInQuestion
FolderNameRetVal = ""
VarFolderNameLength = 150
if len(FolderNAMEIN) > VarFolderNameLength then
<<< LINE 165
folderNameLoopUbound = VarFolderNameLength
else
folderNameLoopUbound = len(FolderNAMEIN)
end if
there is no additional words...like an object required error or anything
like that
this is in an otherwise tame peice of code
-Mark
"Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote in message
news:ccur6l$...
> "Mark" <no-mkg6071-> wrote in message
> news:...
> > All across my site i am getting 0x80020009 errors every so often.
> > they point to lines of code like
> > where FolderNAMEIN is a string such as "Botswana" and the
> > VarFolderNameLength is 150
> >
> >
> > if len(FolderNAMEIN) > VarFolderNameLength then
> >
> >
> > and
> >
> > RS("Company") where Company is a valid field in the database.
> >
> > Anyone with an idea of what is going on would be very much appreciated.
>
> Start here ...
>
http://www.aspfaq.com/search.asp?q=8...Days=0&order=2
>
> --
> Tom Kaminski IIS MVP
> http://www.microsoft.com/windowsserv...y/centers/iis/
> http://mvp.support.microsoft.com/
> http://www.iisfaq.com/
> http://www.iistoolshed.com/ - tools, scripts, and utilities for running
IIS
> http://www.tryiis.com
>
>