Thanks to Albert and Larry for the suggestions on how to care for the cancel process when printing the PDF files.
In testing it seems to be working. I will implement it in the main system tonight. The idea of using a table to store the information on the files that have printed really helped. I sure do appreciate this list. You folks make me look good. James Belisle ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of Lawrence Lustig Sent: Wednesday, May 11, 2011 12:44 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: cancel button within WHILE << 2) Then at the start of the code, I would ask if this was a restart on the date in question. >> If you store the part number and date then: 1. You don't have to ask whether you're reprinting or not, the existence of any row for that date will tell you that you are (you don't even need to create a separate logic branch for the new/reprint issue, just ALWAYS print only for the part numbers not in the print history table for the given date). 2. You can provide a "print history" for each part by keeping the rows in the system. -- Larry

