Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Type Mismatch problem with call to VBscript function
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Type Mismatch problem with call to VBscript function
Divers
Thread ID:
00833281
Message ID:
00833281
Vues:
61
I was wondering if anyone could help me resolve this error message.

Error Type:
Microsoft VBScript runtime (0x800A000D)
Type mismatch: 'MyTest'
/rick/omnia_act_initializations.inc, line 60

here's the section of /rick/omnia_act_initializations.inc
<%
IF (myCurrent_Record = Session("Unique_ID")) THEN 
	response.write("about to call MyTest")
	IF MyTest("CONTACTS") THEN 
	ELSE
	END IF
ELSE
END IF
  
Line 60 is, of course,
IF MyTest("CONTACTS") THEN



The MyTest function is defined as
<SCRIPT LANGUAGE="vbscript">
	Function MyTest(cTable)
		Dim lReturnValue
		lReturnValue = TRUE
		
		MyTest = lReturnValue
	End Function
</SCRIPT>
Can anyone could help me resolve this error message?

TIA,
Rick
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform