Home General

Hide ppPageStyle on last page

edited March 2010 in General
Hi, I have a print with summary on new page.
How i can hide, only for this last page, ppPageStyle ?

I tried to set it a 'psPageRange' end insert this event:

procedure Tsalf200d.ppStampaEndFirstPass(Sender: TObject);
begin
inherited;
ppPageStyle.EndPage := ppStampa.AbsolutePageCount - 1 ;
end;

but without results.

any idea?
thanks

Comments

This discussion has been closed.