I have an app that must constantly update a grid on the screen as records are being added from another source. This is on a timer with interval=4000. This works great, but sometimes I want to stop the timer and add further notes to one of the records. I try to stop the timer so that I can focus on another form, but I can't get the timer to stop.. keeps going back to the first form in the middle of my new form.
I have set thisform.timer.enable=.f., and the interval to 0 and reset the timer before I call the new form.. but can't get it to stop going back to the first form and updating the grid. The new form is modal. Any suggestions?
I have set thisform.timer.enable=.f., and the interval to 0 and reset the timer before I call the new form.. but can't get it to stop going back to the first form and updating the grid. The new form is modal. Any suggestions?