Benu
|
| Posted: 09/03/2001, 5:41 AM |
|
How do I create a "Next Page" button when there are multiple record pages?
The multiple pages are presenting data from the same record, because the
record contains many fields and it was better to use several record forms to
present the data for editing. Presently the multiple pages are chaining by
using the 'Update' button and Form Action.
Thanks in advance
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 09/03/2001, 6:20 AM |
|
Yes , that should be done by a chain of sequental updates ,
each pages passes record Id to next one. You can change
button name with JavaScript placed in Form/Footer section.
--
Alex
Benu <flashl@bigfoot.com> wrote in message
news:9mvtpo$3cm$1@news.codecharge.com...
> How do I create a "Next Page" button when there are multiple record pages?
> The multiple pages are presenting data from the same record, because the
> record contains many fields and it was better to use several record forms
to
> present the data for editing. Presently the multiple pages are chaining
by
> using the 'Update' button and Form Action.
>
> Thanks in advance
>
>
|
|
|
 |
Benu
|
| Posted: 09/03/2001, 1:09 PM |
|
Which sample provides an example of the sAction and new button used in the
footer?
Thanks again
"Alexey Alexapolsky" <alexa@codecharge.com> wrote in message
news:9n0031$6q0$1@news.codecharge.com...
> Yes , that should be done by a chain of sequental updates ,
> each pages passes record Id to next one. You can change
> button name with JavaScript placed in Form/Footer section.
>
> --
> Alex
>
>
>
> Benu <flashl@bigfoot.com> wrote in message
>news:9mvtpo$3cm$1@news.codecharge.com...
> > How do I create a "Next Page" button when there are multiple record
pages?
> > The multiple pages are presenting data from the same record, because the
> > record contains many fields and it was better to use several record
forms
> to
> > present the data for editing. Presently the multiple pages are chaining
> by
> > using the 'Update' button and Form Action.
> >
> > Thanks in advance
> >
> >
>
>
|
|
|
 |
|