This topic is locked

How to insert a control on the screen List page?

11/27/2017 4:25:09 PM
PHPRunner General questions
D
Daviant author

Regards; I need your guidance
I have a List Page of several years of invoices separated into Tabs for months. My goal is to insert a control similar to "Displaying 1 - 10 of XXX" but in that control I can filter the year of the documents that are listed. That is my goal, but I would use any way to have the option to filter per year without leaving the "list page" view.
Is this possible to do ?

(Google translator)

admin 11/30/2017

You can insert 'Code snippet' into your page and create/display your control in that code snippet. This sample illustrates the idea:

https://xlinesoft.com/phprunner/docs/add_dropdown_list_box_with_values_for_search.htm

D
Daviant author 11/30/2017



You can insert 'Code snippet' into your page and create/display your control in that code snippet. This sample illustrates the idea:

https://xlinesoft.com/phprunner/docs/add_dropdown_list_box_with_values_for_search.htm


First of all thanks for the response. I was testing the code but being very large the table exceeds the connection time when loading the dates. This can be done by loading the years in an array with the years (2015, 2016,2017) and selecting one will filter the view. I currently filter with the function YEAR ("date"), but I need to incorporate it so that a user can do it directly.
(Google translate)