After much additional research, it seems I may have a user permission issue rather than an event issue.
I have one database which produces one standard type of full property record/view. The full records/views naturally vary by location, type, size, sale price, date of sale, etc.
I want to modify the permissions for the general user group so that after their query is run: a.) the maximum number of any and all viewable (full) records is limited by the permission assigned; and b.) that maximum # of full views is only permitted within a specific time frame.
Basically, within each X day period, the user group is permitted to view only X# of any records they choose to view. And on again for the next X day period.
In sum, I need a way to limit the total number of views (and their ability to print the data) within a given time frame.
Is this possible in PHPRunner and if so, what process is required? Any ideas on other approaches would be helpful too!
Thanks very much for your assistance.