Hi,

I have a navigation problem in that when I click the navNext button it will work properly, but when I click the navPrev button it only scrolls back one line and subsequent clicks have no effect. This behaviour was present in version 1.1.x and I upgraded to version 2.3 this morning with no change in behaviour.

Here is a snippet of my code;

<db:dbform multipart="false"
               autoUpdate="false"
               followUp="/stock_on_hand.jsp"
               maxRows="10"
               tableName="inventory_in_view"
               filter="<%=filter%>"
               orderBy="unit_name asc, date asc">
    <db:header>
    <!-- snip-->
    </db:header>

    <db:body>
    <!-- snip -->
    </db:body>

    <db:footer>
                 <db:navFirstButton caption="First" />
                 <db:navPrevButton caption="Prev" />
                 <db:navNextButton caption="Next" />
                 <db:navLastButton caption="Last" />
    </db:footer>

</db:dbform>

Any ideas?

regards,
Tresia



-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
DbForms Mailing List

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

Reply via email to