Hi, all of a sudden my simple page that calling a small
database returns the following:

Microsoft VBScript runtime error '800a01f4'

Variable is undefined: 'IIf'

/wilcox/index.asp, line 156

Any Idea

Thenks
Shane

Re: Microsoft VBScript runtime error '800a01f4' by dave

dave
Thu Sep 23 00:12:53 CDT 2004


Looking at the script you supplied - I would assume that IIF wasnt declared.



"Shane" <anonymous@discussions.microsoft.com> wrote in message
news:439501c4a12a$1fede800$a501280a@phx.gbl...
> Hi, all of a sudden my simple page that calling a small
> database returns the following:
>
> Microsoft VBScript runtime error '800a01f4'
>
> Variable is undefined: 'IIf'
>
> /wilcox/index.asp, line 156
>
> Any Idea
>
> Thenks
> Shane
>



Re: Microsoft VBScript runtime error '800a01f4' by Steven

Steven
Thu Sep 23 01:09:34 CDT 2004

I wasn't aware IIF needed to be declared with it being a function.....?

it's more than likely, the OP has tried assigning something to it, or has
used the function incorrectly

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!


"dave" <none@invalid.com> wrote in message
news:OSOg1vSoEHA.1816@TK2MSFTNGP09.phx.gbl...
>
> Looking at the script you supplied - I would assume that IIF wasnt
declared.
>
>
>
> "Shane" <anonymous@discussions.microsoft.com> wrote in message
> news:439501c4a12a$1fede800$a501280a@phx.gbl...
> > Hi, all of a sudden my simple page that calling a small
> > database returns the following:
> >
> > Microsoft VBScript runtime error '800a01f4'
> >
> > Variable is undefined: 'IIf'
> >
> > /wilcox/index.asp, line 156
> >
> > Any Idea
> >
> > Thenks
> > Shane
> >
>
>



Re: Microsoft VBScript runtime error '800a01f4' by Bob

Bob
Thu Sep 23 07:27:32 CDT 2004

Steven Burn wrote:
> I wasn't aware IIF needed to be declared with it being a
> function.....?

It's not a function in vbscript ...


Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.



Re: Microsoft VBScript runtime error '800a01f4' by Joker

Joker
Thu Sep 23 09:14:33 CDT 2004

Maybe he misspelled "if". I'm just guessing since I didn't see any code.

Bob Barrows [MVP] wrote:

> Steven Burn wrote:
>
>>I wasn't aware IIF needed to be declared with it being a
>>function.....?
>
>
> It's not a function in vbscript ...
>
>
> Bob Barrows