> I have a little problem with PrevNextForm in DBIx::Recordset. > When I run the code below the table is displayed as I want with the > number of rows I specified in $max. But when I press 'Next' the SAME > page > comes up. It's impossible to see further than the $max rows. > I also attach the some of the HTML output. > Marcus
The codes looks ok to me, at least when %fdat is correctly filled with the parameters passed to the script and the resulting recordset contains more then 5 rows. Print out %dat, and make sure you see $next in it, when you have pressed the next button. Maybe set $max to 10 and see if you really have more the 5 records in your result set Gerald ------------------------------------------------------------- Gerald Richter ecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925131 WWW: http://www.ecos.de Fax: +49 6133 925152 -------------------------------------------------------------
