MacroScope
Programmer
I'm writing a database for an insurance company that has as its core business model responding with a quote within 12 minutes. The company takes this very seriously, and wants an on-screen timer integrated into the form as the quote is being written.
I already have an elapsed time timer, which simply sets the current time as the quote is initiated, and which subtracts that value from the current time as it is printed, leaving the elapsed time as a record for admin to review.
In this case, they want an actual timer, again initiated along with the quote, but which actively shows the seconds and minutes ticking by, one by one.
I've considered using the form timer event, but it seems awkward since there are 4 forms for 4 different types of vehicles for which policies are sold.
I'm looking for suggestions. It's a split db, and I thought about setting one global timing signal on the server by including a form and timer event on the backend, but I'm not sure what that global signal would consist of, and how it might be sent to individual work stations.
I don't see the actual representation of time as a problem, simply requiring the same thing I have in elapsed time now, a subtraction of start time from current time at one second intervals triggered by the OnTimer event (unless there's a better way).
I'm open to any ideas anyone has on a good way to create this.
Thanks to all.
I already have an elapsed time timer, which simply sets the current time as the quote is initiated, and which subtracts that value from the current time as it is printed, leaving the elapsed time as a record for admin to review.
In this case, they want an actual timer, again initiated along with the quote, but which actively shows the seconds and minutes ticking by, one by one.
I've considered using the form timer event, but it seems awkward since there are 4 forms for 4 different types of vehicles for which policies are sold.
I'm looking for suggestions. It's a split db, and I thought about setting one global timing signal on the server by including a form and timer event on the backend, but I'm not sure what that global signal would consist of, and how it might be sent to individual work stations.
I don't see the actual representation of time as a problem, simply requiring the same thing I have in elapsed time now, a subtraction of start time from current time at one second intervals triggered by the OnTimer event (unless there's a better way).
I'm open to any ideas anyone has on a good way to create this.
Thanks to all.