Reid Posted July 2, 2012 Posted July 2, 2012 Hello All, I'm trying to create a field that acts as a timer (count down). I want to show when an order should be delivered and then the time left (timer) to prepare it. After the deadline has been met (usually no more than 8 hours from start to finish), I want the entire line to go Red (which I know I can do with conditional formatting). In order to get a timer field (with seconds) do I need to have the layout running a script to update itself every second? Or can I have individual fields do that by themselves? Thanks!
Agnes Riley Posted July 2, 2012 Posted July 2, 2012 Reid, If you will have a layout consistently open you can use the OnTimer script step to achieve this. Do you really need seconds or minutes would be enough? Can they stop the timer when the package is prepared and sent out? You could always set the deadline to a certain hour and have a server script check current time and tell you how many hours:minutes you have left till then. You can have the script running every 5 minutes or more often if needed.
comment Posted July 2, 2012 Posted July 2, 2012 IMHO, it's best to offload such tasks to a web viewer - see an example here: http://fmforums.com/forum/topic/71934-calculating-elapsed-time-realtime/#entry340205
Agnes Riley Posted July 2, 2012 Posted July 2, 2012 True! When all else fails, rely on javascript. :-) I have developed a timer in FM based on Freshbooks:
Lee Smith Posted July 2, 2012 Posted July 2, 2012 If it is your intention to share this file, why not post it here, or provide a link?
Will Loving Posted June 11, 2016 Posted June 11, 2016 Agnes, can you post a demo file for the timer in your screen shot?
Recommended Posts
This topic is 3089 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