Alfred Trabulsi
|
| Posted: 05/09/2002, 9:04 PM |
|
Hi everyone.
Has anyone iplemented this?
I would like to offer the user the ability to select how many records are
displayed in a grid.
Any help would be greatly appreciated.
Alfred Trabulsi
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 05/10/2002, 5:43 AM |
|
Try to set
iRecordsPerPage
variable in Form/Open event.
--
Alex
CodeCharge Developer
"Alfred Trabulsi" <atra@intelexis.com> wrote in message
news:abfgsd$thd$1@news.codecharge.com...
> Hi everyone.
>
> Has anyone iplemented this?
>
> I would like to offer the user the ability to select how many records are
> displayed in a grid.
>
> Any help would be greatly appreciated.
>
> Alfred Trabulsi
>
>
>
|
|
|
 |
ziorichi
|
| Posted: 05/12/2002, 2:13 PM |
|
Hi Alex,
I'm using Codecharge 2.05+MySQL 3.23+PHP 4.06+templates.
I've tried this, but it seems that Codecharge generated a fixed
$iRecordsPerPage = 20;
(where 20 is an example the number of record fixed with codecharge ide)
AFTER the form open event where I could change this value...
(sigh!) we need another event, I suppose...
Richi Novello
"Alexey Alexapolsky" <alexa@codecharge.com> ha scritto nel messaggio
news:abgf9g$ld7$2@news.codecharge.com...
> Try to set
> iRecordsPerPage
> variable in Form/Open event.
>
> --
> Alex
> CodeCharge Developer
>
>
> "Alfred Trabulsi" <atra@intelexis.com> wrote in message
>news:abfgsd$thd$1@news.codecharge.com...
> > Hi everyone.
> >
> > Has anyone iplemented this?
> >
> > I would like to offer the user the ability to select how many records
are
> > displayed in a grid.
> >
> > Any help would be greatly appreciated.
> >
> > Alfred Trabulsi
> >
> >
> >
>
>
|
|
|
 |
|