November 19, 200817 yr I use Filemaker 8.5 to create invoices. After completing the invoice I have a script which prints two different invoice layouts. I would like to interupt the script if the date field is empty. Any ideas. (I'm sure it's simple but I can't figure it out
November 19, 200817 yr In the start of the script that prints the invoices in the 2 different layouts, add an if statement. If(isempty(date field)) Exit Script End if Go to original layout.
Create an account or sign in to comment