S
|
swanside 3/20/2013 |
Dear all, how could one manage to select really all records of the resultset of e.g. an advanced search and not only all records on the (first, second) page with the select all checkbox? To select "display all records" on one page first is not an option. Thanks
|
W
|
wpl author 3/20/2013 |
Depends on what you want to do, From the advance search, you have all your results. You can select all from the checkbox above the results, you can select to show all in the results on a page and then check the checkbox. If you want to export, you can click on export results and select all records!
|
![]() |
Sergey Kornilov admin 3/20/2013 |
Since you always need to work with the whole data set there is no need to make user select any records. Simply make this button to process all search results. |
W
|
wpl author 3/20/2013 |
Since you always need to work with the whole data set there is no need to make user select any records. Simply make this button to process all search results. I would suggest to use BeforeSQLQuery event to save SQL query or WHERE clause in session variable and then use this session variable to access the whole data set in your button's OnServer code.
|