Cassiel
|
| Posted: 02/14/2003, 4:54 AM |
|
Dear all,
we can't understand how pass parameters to a grid after a click on a button.
for example:
We have a page (PAGE 1) with a form (FORM 1 built with Record Builder) with
an "ADD" button to save the data in the database. After the click on the
button all data are saved correctly in the DB but we need to visualize
another page (PAGE2) with another form ("FORM 2") and pass to this second
form some parameters inserted in the first form.
We use JSP and Postgres
Can somebody help us?
Thak you!
Paolo Omero
|
|
|
 |
RonB
|
| Posted: 02/15/2003, 4:57 AM |
|
In properties box=>Data set the return page for the 1st form to the page
containing the second form. Set preserve parameters to all or post and if
you have parameters you do not want to transmit to the second form set these
in "remove parameters" in the properties box.
Ron
"Cassiel" <aaaa@aaaaa.ki> schreef in bericht
news:b2ioui$kdf$1@news.codecharge.com...
> Dear all,
> we can't understand how pass parameters to a grid after a click on a
button.
>
> for example:
> We have a page (PAGE 1) with a form (FORM 1 built with Record Builder)
with
> an "ADD" button to save the data in the database. After the click on the
> button all data are saved correctly in the DB but we need to visualize
> another page (PAGE2) with another form ("FORM 2") and pass to this second
> form some parameters inserted in the first form.
>
> We use JSP and Postgres
>
> Can somebody help us?
>
> Thak you!
>
> Paolo Omero
>
>
|
|
|
 |
|