Home Devices

PDF email attachement : access violation with ppRitchEdit

edited September 2016 in Devices
Hello
Delphi 10.1 Berlin
Report Builder 17.02 enterprise

i got an access violation in

unit ppPDFCanvas, line 1763 :


function TppPDFCanvas.GetPageHeight: Double;

begin

Result := FPageHeightStack[FPageHeightPos - 1];

end;



sometimes FPageHeightStack is empty

when rendering the border of tppRichText



i send you a simple project with the error : if you set ppRichText.Visible
to false : it work fine

if not : access violation



best regards

Julien Bertano

Comments

This discussion has been closed.