Ptityop Posted February 9, 2004 Posted February 9, 2004 I would like to know ifwe can set automatic reminders, or program tasks like printing an invoice that needs to be printed on a regular basis ?? Thank you Platform: / Version: FileMaker Version: Platform: / Version: FileMaker Version:
Damocles Posted February 9, 2004 Posted February 9, 2004 If you have a script that you run every day, you could add a brief reminder to that script, or just use it to launch the invoice process..... If [Day(Status(CurrentDate))="Wednesday" Show Message ["Generate Invoices"] End If OR If [Day(Status(CurrentDate))="Wednesday"] Goto Layout "Invoices" Refresh Window Print Setup Print End If As for scheduling and/or automatically making the script run (other than as a startup script), I'm sure you'll get more elegant solutions. Platform: / Version: FileMaker Version:
Ptityop Posted February 9, 2004 Author Posted February 9, 2004 doas that mean i have to write 150 scripts if we have 150 invoices to print at different dates??? Platform: / Version: FileMaker Version:
Recommended Posts
This topic is 7856 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