draw a line
hello,
First question:
I want to know if it is possible to draw a line inside a 'onafterprint' event ?
second question:
Is there any possibility to detect the engine is changing for a new page ?
regards
First question:
I want to know if it is possible to draw a line inside a 'onafterprint' event ?
procedure DetailData1OnAfterPrint(Sender: TfrxComponent);
begin
here ---> code to draw a line
end;
second question:
Is there any possibility to detect the engine is changing for a new page ?
regards
Comments