This topic is locked

Microsoft VBScript compilation (0x800A0400)

7/6/2005 1:14:56 AM
ASPRunnerPro General questions
S
sskumar1 author

I am not sure what is wrong but this is the error which I get.
Error Type:

Microsoft VBScript compilation (0x800A0400)

Expected statement

/WebProject/include/commonfunctions.asp, line 364

TABLES##



which is get field type function
Function GetFieldType(strTable, strFieldName)

TABLES##

if RemoveWrappers(strTable) = "##TABLENAME##" then

ALLFIELDS## if strFieldName="##FIELD##" then GetFieldType= ##TYPE## end if

/ALLFIELDS##

end if

/TABLES##



End Function
any Help would be appreciated

Thanks

Sergey Kornilov admin 7/6/2005

Hi,
make sure you are not using templates created by older version of ASPRunnerPro.

S
sskumar1 author 7/6/2005

Got it working thanks for the help.