When i load the search form the first record of my table is shown...
This is no what i want... How can i build a search form that only show the
result
after pressing the search button

<%@ taglib uri="/WEB-INF/dbforms.tld" prefix="db" %>
<html>
<head>
<db:base/>
        <title>Customer Orderlist</title>
</head>
<body>

<!-- show eventually occurred errors -->
<db:errors/>

<db:dbform tableName="orderline" maxRows="1" followUp="/product_list.jsp"
autoUpdate="false">
        <db:header>
                <input value="Search!" type="button"
onClick="javascript:document.dbform.submit()">
                <input type="text"
name="<%=searchFieldNames_orderline.get("barcode") %>" size="17"/>
        </db:header>
        
        <db:body allowNew="true">
                <db:label fieldName="email"/>
        </db:body>
        
        <db:footer>
        </db:footer>
</db:dbform>
</body>
</html>

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to