Hi All,
on a project (built with PHPRunner 5.1), I am trying to achieve the following: a table containing a date field should show records from the current year only at startup. There should also be the possibility to switch to different years. I managed to do this with the help of this:
ListBox search
But... this search should work as a filter, ie any other search should work on top of this search and the filter should also work where the table is the detail table in a master-detail relationship. Any help available?
TIA