christheprogrammer
Programmer
Hi All,
I remember there being a command to check the command buttons on a form during vigorous computations so that the user can easily cancel the procedure without pressing ctrl-break (and being dumped into debug mode).
For example:
Do while 1
'do lots of work here
if cancel_button_status()=pressed then
exit function
loop
I know this is ugly pseudocode but it's been a long day
Hopefully this makes sense and someone knows this command..
Thanks Chris
grandin1@yahoo.com
I remember there being a command to check the command buttons on a form during vigorous computations so that the user can easily cancel the procedure without pressing ctrl-break (and being dumped into debug mode).
For example:
Do while 1
'do lots of work here
if cancel_button_status()=pressed then
exit function
loop
I know this is ugly pseudocode but it's been a long day
Hopefully this makes sense and someone knows this command..
Thanks Chris
grandin1@yahoo.com