jeroenrottink
Comments
-
For checking reports after a database redesign I used following code to find fields referencing obsolete database fields. Maybe it's of use for you.
class procedure TDigitalMetaphors.… -
Found an easy solution.
procedure TmyEndUserSolution.ppDesigner1CustomSaveDoc(Sender: TObject);
var
lFormat: TppFormatType;
lReport: TppCustomReport;
begin
ThanksHi Nico,
Is a fix for this issue included in v20.03?Hi Nard,
Thank you for researching this and finding a solutions. Works perfect!Hi Nard,
I tested this by calling below procedure from OnLoadEnd, but this did not the trick. Seems the underlying TdaSQL is not refreshed.
procedure RefreshDADE(AReport: T…Hi Nard,
Thanks for the nice work around. It works perfect!Hi Nard,
But the Picture.Data property seems encoded. It starts with
object ppImage1: TppImage
UserName = 'Image1'
AlignHorizontal = ahCenter
FYI: I send a small example to support@ on Monday.Thanks. The first option works fine when also considering TppSubreport.Hi Nard,
Thanks for the info.
1. The users also have the option to generate a PDF document but it is cumbersome to generate a pdf and use the pdf reader and print functionality of the tablet to print the document to paper. That…