This topic is locked
[SOLVED]

 Problem with advanced search

6/30/2012 10:05:34 AM
PHPRunner General questions
S
Sitaraman author

I filter a list page using 'Before SQL Query' event. But advanced search doesn't work with pages displayed this way. Any workaround??

C
cgphp 6/30/2012

You can access the advanced search filters using session variables. Check this article: http://xlinesoft.com/phprunner/docs/phprunner_session_variables.htm

S
Sitaraman author 6/30/2012

Thanks for your quick response. But how will this solve my problem? Since the list page is already queried by the before sql query event, the advanced search filter doesn't seem to add up with the existing query.

C
cgphp 7/1/2012

Post the code of the "Before SQL Query" event.

S
Sitaraman author 7/1/2012

Dear Cristian,
The solution posted by Sergey for my question related to prev/next button worked in this case also.. Here is the link

http://www.asprunner.com/forums/topic/19774-problem-with-prev-next-button-on-edit-page/
Thanks and Regards

S Sitaraman