February 9, 200421 yr 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:
February 9, 200421 yr 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:
February 9, 200421 yr Author doas that mean i have to write 150 scripts if we have 150 invoices to print at different dates??? Platform: / Version: FileMaker Version:
Create an account or sign in to comment