Forum: Legacy and Other Languages Aug 28th, 2007 |
| Replies: 1 Views: 3,583 Never mind, I figured it out. I replaced
IF THISFORM.cmdPause.CLICK()
MESSAGEBOX("Click OK to resume processing")
ENDIF
with
DOEVENTS
DO WHILE .T. |
Forum: Legacy and Other Languages Aug 27th, 2007 |
| Replies: 1 Views: 3,583 I created a form containing a timer control named tmrChkDir and a command button named cmdPause. What I need help on is how to check if the user clicked on the cmdPause button while the Timer event... |