Hi,
I know that I can get the SQL query using $strSQL on the Listr page: Before SQL query event.
However, that gives the whole query, whereas the list page may only display a certian number of rows, e.g 1-20 if on page 1, 21-40 if on page 2 etc.
I need the specific query to return the same rows that are displayed on the current list page so that I can run it separately for various php and javascript related things.
How can that be done?
Thanks