Results 1 to 2 of 2

Thread: Problem with error message

  1. #1

    Thread Starter
    Member
    Join Date
    May 2000
    Location
    London, UK
    Posts
    39

    Cool

    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?


  2. #2
    Lively Member
    Join Date
    Dec 1999
    Location
    Karlsruhe, Germany
    Posts
    122
    What is rowinfo, a function?, Maybe it returns an object?

    Roger

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width