> [+$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
At Mon, 30 Sep 2002 19:39:38 +0200, Andre Landwehr wrote:
> [-
> *set = DBIx::Recordset -> Search ({'!DataSource' => 'mydb',
> '!Table' => 'user',
> '$max'=> 10,
> })
>
>
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
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 ;-)
[-
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,
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,