Glenn
Thanks for the help, but that is not exactly what I need. I am calling this Report Program from another acucobol program that I am using as a menu with a list of report options. I am calling an acucobol Report Program from the option that they chose on the Menu screen from the Menu...
THIS IS MY CODE TO DO THE THREADS.
do-threads.
call thread "cancel.acu"
handle cancel-thread
returning into thread-return
end-call.
perform thread cancel-box, handle in thread-3.
perform thread generate-report thru ex-generate-report,
handle in thread-4.
wait...
Generating report(thread-2)with floating window allowing user to cancel report(thread-3)if user decides to. When I press cancel button(thread-3) program ends but actually the report is still generating(thread-2). I get errors of trying to read closed files from thread-2. I have tried sending...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.