Abort report after Dialog
Hi,
how can i abort the printing out or preview of a report, when i have clicked a cancel button in the dialogpage ?
The event defined in the script:
procedure BitBtnAbortOnExit(Sender: TfrxComponent);
begin
end;
Don't know how to stop the report so that will not be printed out or previewed.
thx & regards
how can i abort the printing out or preview of a report, when i have clicked a cancel button in the dialogpage ?
The event defined in the script:
procedure BitBtnAbortOnExit(Sender: TfrxComponent);
begin
end;
Don't know how to stop the report so that will not be printed out or previewed.
thx & regards
Comments
Engine.StopReport