Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7592 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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:

Posted

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:

Posted

doas that mean i have to write 150 scripts if we have 150 invoices to print at different dates???

Platform: / Version:

FileMaker Version:

This topic is 7592 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.