NewGuy79 Posted July 12, 2005 Posted July 12, 2005 I work for a large university and we use Filemaker Pro to schedule and track deliveries of equipment. I have been searching for a way to auto-refresh a list view of the current days deliveries but have not found anything. Is it possible to have a list view auto-refresh/update on a set interval say every 10 mins or anytime a new order is submitted?
Wim Decorte Posted July 13, 2005 Posted July 13, 2005 Trying to picture what you have going there: users have a list view up all the time but are not doing much else in the solution except look at that screen? If you have a scripted process for them leaving that list view and coming back you can requery the db before they enter the list view and make sure they have the most recent data set. Other than that, there are ways to make this work with a VBscript from the Windows Task scheduler (but you'd need to be extremely careful not to interrupt whatever the user is doing at the time). Or use a FileMaker event plugin.
NewGuy79 Posted July 13, 2005 Author Posted July 13, 2005 Can you point me to where I can find a plug-in that will work. I figured that was going to be the route to go but haven't been able to find a plug-in for it. I was also thinking I could just add a script to the submit button that when clicked will refresh the view list. The setup is we have 3 computers that can add new deliveries and one computer that is the server and constantly displays the view list of all that days deliveries. I need the list view to refresh/reload automatically so when we walk by it, without clicking anything, we can see if anyone has added a new delivery
DykstrL Posted July 13, 2005 Posted July 13, 2005 You could setup a looping script that you could run on the machine that would refresh the list at the desired interval.
NewGuy79 Posted July 13, 2005 Author Posted July 13, 2005 Wouldn't the script need to be running 24/7? Couldn't this cause problems with either the system or within Filemaker Thanks for all the help. This has been driving me nuts
Recommended Posts
This topic is 7076 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