PDF email attachement : access violation with ppRitchEdit
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
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
This discussion has been closed.
Comments
There is a patch available for RB 17.02 that solves this issue.
Registered users of 17.02 can send a short email to support@ to receive
the patch.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Can you please confirm that this fix was included in v17.03?
Regards,
Jason.
Yes, this fix has been included with RB 17.03. I just ran a quick test
to confirm.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Jason.