Help with CANCEL issue
I have an n-tier system under development. I'm using the TArchiveDevice to
ship reports from Server to client.
When the client requests a report, I set up the report, and run
'PrintToDevices'
If a particular report takes a significant amount of time, I want the user
to be able to cancel the report.
So the user sends a cancel request which I use to set an "AbortFlag"
What I need to know :
What Event should I use to check my "AbortFlag" and call the 'Cancel'
procedure if necessary?
TIA
Matt
ship reports from Server to client.
When the client requests a report, I set up the report, and run
'PrintToDevices'
If a particular report takes a significant amount of time, I want the user
to be able to cancel the report.
So the user sends a cancel request which I use to set an "AbortFlag"
What I need to know :
What Event should I use to check my "AbortFlag" and call the 'Cancel'
procedure if necessary?
TIA
Matt
This discussion has been closed.
Comments
display while the report is generating so that the user can cancel the
report to stop generating pages to the archive file.
Cheers,
Jim Bennett
Digital Metaphors
"Matthew L. Foster"
http://www.digital-metaphors.com
info@digital-metaphors.com