December 9, 200223 yr I use FM Pro 5 for invoicing. I'd like to create a script that will print two copies of an invoice - one in draft mode, one in normal print mode, with one button click. Is this possible?
December 9, 200223 yr I assume the reason you are asking is because these are two separate settings in the print driver and you noticed that you can't restore print settings in two ways in one script. The answer is to use subscripts--separate scripts that perform the restore and the print operation, which can be called upon separately from your main script which you are linking to the button. If you are not familiar with "restore"... this checkbox tells the script to return to the (print) settings that you set up before you created (or sometimes modified) the script.
Create an account or sign in to comment