PDA

Click to See Complete Forum and Search --> : Problem with error message


raj2000
Jul 7th, 2000, 05:05 AM
I am getting the following error, but I don't know what is causing this error?

Please help?


Microsoft VBScript runtime error '800a000d'

Type mismatch: 'rowInfo'

/yeoman/bmpcon2.asp , line 98

<?xml version="1.0" ?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">

<wml>
<template>
<do type="prev">
<prev/>
</do>
</template>


'''This is the line that is complaining '''
<card id="Mapsubreq" title="<%=rowInfo("whereis_list")%>" >
<p align="center">
<img src="http://dev_01/wbmp/<%=image%>.wbmp" alt="Where Is...<%=rowInfo("whereis_list")%>"/>
</p>
</card>
<%
set objwbmp=nothing
wapdb1.close
set wapdb1=nothing
%>
</wml>

Please help?

RogerH
Jul 7th, 2000, 10:24 AM
What is rowinfo, a function?, Maybe it returns an object?

Roger