M
MyndPhlyp
Broad strokes and the key method(s) are all I need here.
I have an unbound form, objects, etc. running off doing all sorts of data
manipulation when the user clicks a button. I want to allow the user to
click a Cancel button to stop the process, but I can't seem to do any user
input once the loop starts.
How do you enable the form (or object) to be interactive while a Click event
is off running in the background?
I have an unbound form, objects, etc. running off doing all sorts of data
manipulation when the user clicks a button. I want to allow the user to
click a Cancel button to stop the process, but I can't seem to do any user
input once the loop starts.
How do you enable the form (or object) to be interactive while a Click event
is off running in the background?