Iain Shadwell
|
| Posted: 04/15/2002, 7:43 AM |
|
Hello, I've just started with CodeCharge and have made a little admin section for a website which uses a user list.
What I want to do is have a search/list page that when you click on the user name it takes you to the edit page and then when you click update it should return you to the search/list page (heres the problem) keeping the search requirements the operator specified.
i.e.
Operator specifies all users with names starting A selects & edits a record and hits update, he is then returned to the user list which is _still_ only showing names starting with A.
I hope someone can help, and I apologize if this has either already been covered or is an option I've just missed in the program.
Also I would just like to say that so far this program seems excellent and shows no sign of of changing my opinion. Thanks!
|
|
|
 |
Nicole
|
| Posted: 04/16/2002, 2:22 AM |
|
Iain,
to preserve search results you should pass search parameters to record form and then back to Grid. Refer to BugTrack example Default and BugRecord pages to find how it is done.
|
|
|
 |
Debby Herman
|
| Posted: 01/01/2003, 11:42 PM |
|
I am very interested in remembering Searches, but the Bugtrack example I have does not do this. I'm using 2.0.5. Was this added in a later version?
|
|
|
 |
|