July 4, 200223 yr Newbies I created a runtime program and it works with timelimits. The user has some minutes or houres to complete a task. Is it possible to create a watch (clock) that moves with time so the user can follow the time flow without any clicking.
July 5, 200223 yr Create a looping script to set a field to current status time then via calculation set a percentage to the standard simple bar graph technique. The loop would need to contain a pause script for some period of time and then loop via current status time each time. The loop goes until some criteria you set (or graph reaches 100%). I am not able to describe the exact script, maybe some of the more senior guys can help with the above principle Hope this helps Tony "There is always a work around"
July 5, 200223 yr Not really You should create a looping script that refreshes the time every NN seconds but this would commit FileMaker to do that and only that ... plenty of other problems too, like having to format each button to Halt current script else you wouldn't get out of the loop ... A workaround is to set a global field with current time when the task is started and have the script run at the end of the task (or in any other crucial point) to check how much time has elapsed
August 16, 200223 yr Another way to approach this problem would be if you have access to one of the script triggering plug-ins (eg Troi Activator, oAzium Events, SCRIPTit etc), to create a scheduled event from within the start-up script which sets a time-refresh (eg in 5 secs), and place a further time refresh call (ie scehdule another run of the script after a further 5 secs has elapsed) at the end of the refrsh script. This technique has the effect of a loop, yet leaves FileMaker free for other activity in between 'refresh' script calls. The down side, of course, being that it requires a license for the appriopriate plug-in...
Create an account or sign in to comment