Jump to content

Reminders...?


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

Recommended Posts

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:

Link to comment
Share on other sites

This topic is 7353 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.