Wickerman Posted September 10, 2020 Posted September 10, 2020 I have a client who would like his database to automatically generate a certain report every Monday morning. I thought there was a script step that could achieve this sort of thing but now I'm not so sure. I guess Filemaker isn't constantly checking the time after all, right? I suppose I could have a start-up script that checks the day / time when the file is opened and produces the report under certain conditions . . . but if the file is just left open, there's no way to trigger a script to fire at a certain time every week? Essentially, the client wishes to have certain information "pushed" at him at the beginning of each week so he doesn't have to remember to check it. Is this achievable?
comment Posted September 10, 2020 Posted September 10, 2020 Is the file hosted? If not, what is your client's OS? 1
Wickerman Posted September 10, 2020 Author Posted September 10, 2020 No, this is for a stand-alone database living on a single computer -- running on current Apple OS.
comment Posted September 10, 2020 Posted September 10, 2020 I believe your best option is to schedule a repeating event using the Calendar application and have it open a file. The file itself would be a simple FMP file that runs a start-up script that calls the report script in your "real" file, then closes itself. The other option is to install an OnTimer script - but I found that to be very inaccurate and I wouldn't use it for such a long interval. And of course it wouldn't work if the file weren't already open. 1
Wickerman Posted September 11, 2020 Author Posted September 11, 2020 Thanks very much for these suggestions!
Recommended Posts
This topic is 1532 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