Jacques
|
| Posted: 09/07/2005, 7:45 PM |
|
Hi there everyone. Thank you for reading this.
I have a form button on a Search form entitled New Search, to enable the user to erase the previous results and start over. Problem is I need to maintain the basic parameter of "?det_fab=2" in the URL so that the correct initial objects are listed.
Using the "Return Page" property I enter "?det_fab=2" (without the quotes) but the page shows up as "?det_fab=2?" (with an extra "?" at the end), which makes the page show "0 Results".
I've tried with the ";" separator to no avail. Can anyone help?
Thanks a million.
Jacques
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 09/07/2005, 11:31 PM |
|
If such parameter already exists in the URL then possibly you can try this:
- set the "Preserve Parameters" property to "GET"
- enter in the "Remove Parameters" property all the parameters that you don't need, so that they get cleared
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Jacques
|
| Posted: 09/08/2005, 8:23 AM |
|
Thank you Peter!
It works when I program it from the Record form. My mistake was to try to program this within the Record Form button...
Have a great day.
Jacques
|
|
|
 |
|