reganc
reganc
About
- Username
- reganc
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Any takers?
-
Hi Having looked at this issue briefly, I think the issue is about the encoding that is used by FastReports. I believe that it uses WinAnsiEncoding which is not compatible with MACs. Possibly we could have the encoding as a PDF Export property or…
-
Here is some code snippets for sending the report to Adobe PDF printer: ... //try and set the Report's printer to Adobe PDF, first check if its installed - basic check only if not chkUseInternalPDF.Checked then begin iPrinterIndx := Printer…
-
Hi Sorry, forget to add the RowCount property of the MasterBands were set to 3. Regan
-
Hi All Thanks for the suggestions. I found this forum topic which gave me my final solution [topic="5791"]Repeating the MasterData for n-times[/topic]. Below is my final code. I would be keen to know, if there is a better way of doing this. v…
-
Hi, Thanks for the help and ideas. It pointed me in the right direction. In my final solution, I followed the "Total in Group header" example somewhat. Not fully understanding how the variables were being reset in the events, I had to play aroun…