stop execution
Al,
Your code is executing, and during execution, you click on the Cancel
button. Your form is responding to events in the sequence in which they
occur.
Check out the DOEVENTS function.
Steve
"al" wrote in message
...
2nd post please help
In a form I put a commmandbutton with cancel and
default=true so when the program is running I could stop
the execution, but it does not work, I try click and
mouse-up subs. It only works after the code has finish
executing. What am I doing wrong? Can you give me an
example of how can I accomplish this task?
Thanks in advance
Al
.
|