JFS
|
| Posted: 05/14/2003, 2:00 PM |
|
I have a Record/Grid page. After selecting a record in the grid and Updating it, I want the record to go back to a blank where the ADD button is available. I tried using the Remove Parameter on the Update button but it seems to ignore this. Anybody have any ideas? CCS2,PHP
|
|
|
 |
RonB
|
| Posted: 05/15/2003, 3:05 AM |
|
set preserve parameters to none
Ron
|
|
|
 |
JFS
|
| Posted: 05/15/2003, 5:53 AM |
|
Thanks, works great. Only problem is you also loose the page number you are on in the grid. Oh well, can't have everything.
|
|
|
 |
rclayh
|
| Posted: 05/15/2003, 8:11 PM |
|
You can specify which parameters to kill in a link by a semicolon terminated list. Just put the parameter that is your key in the list and you should get an add new when you return. You can then preserve your Page parameter.
|
|
|
 |
|