Re: PrevNextForm problem

2002-10-03 Thread Gerald Richter
> [+$set->PrevNextForm ({-prev=>'<'Next>>'}, \%fdat)+] > > When I click the next button the same page appears again, why? > I use DBIx::Recordset version 0.24 (from debian package) > That a problem with escaping and Embperl 2. You need the following patch to DBIx::Recordset --- Recordset.pm 2002

Re: PrevNextForm problem

2002-10-02 Thread Angus Lees
At Mon, 30 Sep 2002 19:39:38 +0200, Andre Landwehr wrote: > [- > *set = DBIx::Recordset -> Search ({'!DataSource' => 'mydb', > '!Table' => 'user', > '$max'=> 10, > }) > >

Re: PrevNextForm problem, revisited

2002-10-02 Thread Andre Landwehr
On Tue, Oct 01, 2002 at 03:34:57PM +0200, Andre Landwehr wrote: > ok, I recognized my error, I didn't use %fdat for the > database request. Here's my modified and working simple page, > just for documentation purposes ;-) As an addendum I want to mention here that common browsers only send form d

Re: PrevNextForm problem

2002-10-01 Thread Andre Landwehr
On Mon, Sep 30, 2002 at 07:39:38PM +0200, Andre Landwehr wrote: > I'm currently trying out Recordset's PrevNextForm for the first time. ok, I recognized my error, I didn't use %fdat for the database request. Here's my modified and working simple page, just for documentation purposes ;-) [-

PrevNextForm problem

2002-09-30 Thread Andre Landwehr
Hi, I'm currently trying out Recordset's PrevNextForm for the first time. This is a simple page: [- *set = DBIx::Recordset -> Search ({'!DataSource' => 'mydb', '!Table' => 'user', '$max'=> 10,

PrevNextForm problem

2002-09-28 Thread Andre Landwehr
Hi, I'm currently trying out Recordset's PrevNextForm for the first time. This is a simple page: [- *set = DBIx::Recordset -> Search ({'!DataSource' => 'mydb', '!Table' => 'user', '$max'=> 10,