Save user input on report page change
711179Jul 9 2009 — edited Jul 13 2009I have a report with user input fields, specifically a textbox and a checkbox. My problem is that all of the changes to these fields are lost every time the user goes to the next page (set of records) if they don't hit the submit button.
Can someone describe a good way of retaining this information? It would be acceptable to write the changes to the database everytime they go to the next page if that is easiest.