Jim Provan
|
| Posted: 07/28/2003, 10:17 PM |
|
The documentation says that there are 4 options in the Preserve Parameters property.
None(default) No parameters will be propagated by the link.
Get All received Get parameters will be appended to the link.
Post All received Post parameters will be appended to the link.
All All received Get and Post parameters will be appended to the link.
I only have 3 when I pull down the menu 1, 2 , & 4. I really need just the Post.
What am I missing here ?
|
|
|
 |
NoName
|
| Posted: 07/31/2003, 5:22 AM |
|
Hello,
It appears that preserve POST parameter options was removed from the list due to way how record forms works. CCS generates two types for the forms: grid and record. The search form is the modification of the record one. So when record form is submitted the parameters are passed from the form using post method. But they are passed to the same page where action code is executed (table update for record form) and then user is redirected to the action page with the help of $page_header. The preserved parameters are passed via url.
|
|
|
 |
|