jeroenrottink
Comments
- 
                The solution with LookAhead in combination with subreports is not working. For everybody interested there is another way.
 Create a TppVariable varColumnNo. Put it in the column footer and set it to calculate ColumnStart.
 Use Two pass…
- 
                Hi Nico,
 When using the solution with Lookahead it is working in a simple report. It doesn't work when it contains a child subreport. I send you a testcase by email.
- 
                Hi Nico,
 Thanks for the hint. The option with changing the layout to A3 landscape is working mostly for this report. Do you have an idea to mimic the PageNo/PageCount logic. The PageNo is working. I use a TppVariable calculated on ColumnS…
- 
                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…