is there a command to view the queries from a previous page like the #form.formfields# command is used to view fields from a submitted form?
Specifically I am looking to store the where clause or the whole context of a query that was dynamically generated on the previous page.
The explanation of why is that I am limiting the number of rows that the query outputs. When I go to retrieve the second page of data the query throws an error because it is looking for information to create the query.
Specifically I am looking to store the where clause or the whole context of a query that was dynamically generated on the previous page.
The explanation of why is that I am limiting the number of rows that the query outputs. When I go to retrieve the second page of data the query throws an error because it is looking for information to create the query.