Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
John,
In terms of native solutions, and an alternative would be to have the users checkbox the ones that they want to print, using Grid Edit.
Then make a report of checkboxed Work Orders and Print that Report. When you print the report it will ask you if you want to print as a report or print each record on a new page.
So then that would solve the actual printing issue, so the focus of the discussion would be on what the easiest way would be to reset the checkboxes once they have been printed. The low tech solution for that is simply to grid edit the report of checkboxed Work Orders, but there are also ways to make a button to clear that columns for all records.
In terms of native solutions, and an alternative would be to have the users checkbox the ones that they want to print, using Grid Edit.
Then make a report of checkboxed Work Orders and Print that Report. When you print the report it will ask you if you want to print as a report or print each record on a new page.
So then that would solve the actual printing issue, so the focus of the discussion would be on what the easiest way would be to reset the checkboxes once they have been printed. The low tech solution for that is simply to grid edit the report of checkboxed Work Orders, but there are also ways to make a button to clear that columns for all records.
_anomDiebolt_
8 years agoQrew Elite
No problem - a couple more lines of code.