draw a line

edited July 2012 in FastReport 4.0
hello,

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

  • gpigpi
    edited 5:41PM
    If you want to draw line inside DetailData1 band - no, it's not possible
    wrote:
    Is there any possibility to detect the engine is changing for a new page ?
    Use TfrxReport.OnProgress event

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.