sicSRT8 Posted October 15, 2009 Posted October 15, 2009 Is it possible to set a script to run on a specific date and or time delay from last script run. I would like to set a script to run at the end of the week showing me a report of data entered into Database and if possible emailed out. Would this be easier or possible to tackle thru FM Server?
Matthew F Posted October 16, 2009 Posted October 16, 2009 I don't know how to trigger without some sort of action on the part of the user. Perhaps you could set a script to trigger on a very common event (e.g. OnRecordLoad) and then have it do something only if Get(CurrentTimeStamp) meets a specified value.
Matthew F Posted October 16, 2009 Posted October 16, 2009 Is it possible to set a script to run on a specific date and or time delay from last script run. As far as a specific date goes you could run a script that runs when a database is opened and does what you want only if the current date meets some calculated value. However the script will not run if you are in the habit of leaving your database open continuously. In that case you could use a Layout trigger. Would this be easier or possible to tackle thru FM Server? Yes, you can easily set a script to run on a schedule using FM Server.
Recommended Posts
This topic is 5517 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