| | |
|
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Type mismatch: Session(...).RequestMap |
From: |
rajesh patel |
Date: |
7/5/2000 10:12:07 AM |
IP: |
195.26.49.33 |
Hi,
I am not sure what is causing the error, also is there anywhere on the Net where I can find out about errors :- e.g
what does error 800a000d mean?
<font face="Arial" size=2>
<p>Microsoft VBScript runtime </font> <font face="Arial" size=2>error 800a000d</font>
<p>
<font face="Arial" size=2>Type mismatch: Session(...).RequestMap</font>
<p>
<font face="Arial" size=2>/yeomanlocal/GisDispatcher.asp</font><font face="Arial" size=2>, line 8</font>
This is the code that it is complaining about.
<SCRIPT LANGUAGE="VBScript" RUNAT="Server">
Const SESN_GIS = "GIS_SESSION"
Function GISDispatcher_RequestMap(ByVal TheId,ByVal topleftX,ByVal topleftY,ByVal brightx,ByVal brighty,ByVal msh,ByVal msw)
The following line of code, is what the code is actually complaining about.
Line 8 On Error Resume Next
GISDispatcher_RequestMap=Session(SESN_GIS).RequestMap(TheId,topleftX,topleftY,brightx,brighty,msh,msw)
End Function
Function GISDispatcher_RequestVectorMap(ByVal TheId,ByVal topleftX,ByVal topleftY,ByVal brightx,ByVal brighty)
On Error Resume Next
GISDispatcher_RequestVectorMap=Session(SESN_GIS).RequestVectorMap(TheId,topleftX,topleftY,brightx,brighty)
End Function
</SCRIPT>
|
|
|

|
|
|
|