ChrisRChamberlain
Programmer
I have a program/procedure with the following basic structure.<br><br>SCAN<br> DO WHILE<br> FOR<br> <br> ENDFOR<br><br> SCAN<br> <br> ENDSCAN<br> ENDDO<br>ENDSCAN<br><br>The program is a generic file finder which performs a recursive search on selectable drives for selectable file specifications and outputs the results to a table.<br><br>I would like to introduce a cancel option, preferably by mouse click, to enable a user to abort the search.<br><br>Any ideas please?<br><br>Chris<br>