Hi All,
I have form that has a refresh command button. This form runs the same refresh routine every 5 minutes using the
form's on timer event. I want to include code that
1) Prevents the on timer event from executing the refresh routine if it is already running as a result a user
clicking the "refresh" command button.
2)Informs the user if the interval since the last time it ran is less than 60 seconds give the user a choice to cancel or continue.
3)Enables the "Refresh" command button to reset the Timer Inteval after running the refresh routine.
Any help would be very appreciated.
Thanks!!!
I have form that has a refresh command button. This form runs the same refresh routine every 5 minutes using the
form's on timer event. I want to include code that
1) Prevents the on timer event from executing the refresh routine if it is already running as a result a user
clicking the "refresh" command button.
2)Informs the user if the interval since the last time it ran is less than 60 seconds give the user a choice to cancel or continue.
3)Enables the "Refresh" command button to reset the Timer Inteval after running the refresh routine.
Any help would be very appreciated.
Thanks!!!