Harrold Posted November 19, 2008 Posted November 19, 2008 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
legal2justice Posted November 19, 2008 Posted November 19, 2008 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.
Harrold Posted November 20, 2008 Author Posted November 20, 2008 Unbelievable results in less then 24 hrs
Recommended Posts
This topic is 5848 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now