I have a standard billing App and a standard interaction screen ... ie the operator selects option 1 or 2 or whatever etc etc etc and the main program executes a do case for the selected option.
I also inlude a READ TIMEOUT(20) (ie no input for 20 minutes, (or is it 20 seconds whatever) then it shuts down the application...) on this screen.
What I would like to do is display the minutes or seconds left until timeout activates so the operator knows to hit any key... to keep application from self terminating.
And can I have a real time clock counting too ???
Thanks in advance
I also inlude a READ TIMEOUT(20) (ie no input for 20 minutes, (or is it 20 seconds whatever) then it shuts down the application...) on this screen.
What I would like to do is display the minutes or seconds left until timeout activates so the operator knows to hit any key... to keep application from self terminating.
And can I have a real time clock counting too ???
Thanks in advance