raknuth
Posts: 67
|
| Posted: 01/05/2011, 5:52 PM |
|
Hi. I built a new page named MyData using the Application Builder. The MyData_list page contains a Search component and a Grid component. How do I build a button that will clear the Search parameters and relist the entire data set in the Grid?
Thank you.
|
 |
 |
CodeChargeMVP
Posts: 473
|
| Posted: 01/06/2011, 3:17 AM |
|
I realise the same stuff when started working with CCS some months ago, what I did was simply and easy, on every search form I add a new button with value "New Query" and type submit, when clicking this button a new form is submitted with empty values so the search form is re-started and ready for a new search.
_________________
Best Regards
Entrepeneur | NT Consultant
|
 |
 |
raknuth
Posts: 67
|
| Posted: 02/01/2011, 8:59 AM |
|
My apologies for failing to read far enough into this application. Under Toolbox->Form, I failed to find what I was looking for. but under Toolbox->HTML, there is a control named "Reset Button' that, when attached to a form, will reset any changes made to the form to their former values. This is a valuable tool for resetting search parameters in a Search form, but has also served a need in the Maintenance form, allowing me to reset changes made to retrieved data in the Edit mode.
I am happy.
|
 |
 |
|