Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
I need to have a button on listpage for each row that do a search on a certain field and redirect the user to that report page.Is that doeble?Regards
To insert a button for each row, check this article: http://xlinesoft.com/phprunner/docs/inserting_button.htm#gridIn the "Client before" event of the button, you can enter the javascript code to search the pattern and redirect the user. You can use the indexOf() method to search the string: http://www.w3schools.com/jsref/jsref_indexof.asp