nicocizik
Comments
-
Hi Marius,
This is not a known issue. Please update to the latest version of ReportBuilder and re-test.
Where are the field and table values displaying incorrectly? DADE workspace inside the Query Designer or Query Wizard, or … -
Hi Rodrigo,
Which database and connectivity are you using with your report? If you set the UseTableOwnerName property to False, does the error still occur?
Note that you may need to rebuild your DataDictionary table entries to… -
Hi Yuki,
The PDF component can display PDF files inside a report with "section" print behavior meaning it will take up its own page. I suggest exploring this option first.
Place the pdf component in the Title band after and sh… -
Hi Sara,
Still on our list
One option would be to draw the image to the TppPaintBox canvas… -
Hi Mauricel,
You can use the TppTextFileDevice.RetainLineBreaks property to keep the carriage returns. Do this by using the Report.OnFileDeviceCreate event.procedure TForm1.ppR…
-
Hi Jonathan,
I am having difficulty recreating this behavior. The text file device (exporter) is specifically designed to allow any file extension added.
In my testing with RB 22.02, setting the above properties in code and in… -
There is a patch available for RB 22.02 that solves this issue. Registered users with a valid software subscription can email support@digital-metaphors.com to receive the patch.
-
Hi Dag,
The first item to check is that your datapipelines have AutoCreateFields set to True. If so, then the pipeline will simply create the fields it is given from the dataset.
1. Check to be sure the pipelines are connected… -
Hello,
Please update you profile to include your name so we can address you properly.
I am a bit unclear about the solution you are referring to. Is this an example we sent to you in the past? The PageStyle has been primarily… -
Hi Gustavo,
Unfortunately the call stack does not give the whole picture although it is clear that it has something to do with data access. I do not see anything in particular with the template you posted that would cause this issue.
Hi Gustavo,
We are unable to download your template because we do not have access.
The issue is likely not in the Communicator. Please provide a screenshot of the complete call stack in Delphi when the error occurs. It would …Hi Gustavo,
We will need more information about this issue to understand what is happening.
How exactly are you loading and linking the report to data?
Which version of ReportBuilder and Delphi are you using?
<…Hi Mauricel,
I highly suggest testing with the latest version of ReportBuilder as it will have all new features and bug fixes (RB 22.02).
See the following article for more information on exporting to TIFF format. Included is …Hi Marko,
Take a look at the following example. It shows how to load a report from DB as text (for editing) then reload it back to the DB. You should be able to use this technique to automatically load/alter/reload each report you need …There is a patch available for RB 22.02 that solves this issue. Registered customers with a current software subscription can email support@ to receive this patch.PDF versions are for reference only and generally indicate which PDF features may be present when opening. They are also backward compatible. ReportBuilder currently supports many PDF 1.7 features so the PDF files it creates use this version.Hi Marko,
RAP fully supports registered enumerated types which the TppPDFAFormatType is. The issue is that this enumerated type was not registered with RAP and this is why it was not recognizing the value.
I sent you a patch th…Hi Bora,
Unfortunately, no. The PDF files are not "empty", they simply have the commas (,) and periods (.) swapped.
In a perfect (non-encoded, non-compressed, non-encrypted) world, it may be possible to perform a find/replace …Hi Matthias,
Which version of ReportBuilder and Delphi are you using?
- Be sure you are using embedded font subsets (PDFSettings.EmbedFontOptions).
- Use the compression settings to increase the compression of images…Hi Rodrigo,
The location of the RBuilder.ini can be changed using the TppDesigner.IniStorageName property. You can also save this information to the registry using the IniStorageType property if an .ini file is not wanted.Hi Javier,
It appears you posted the same question twice. I will remove the other one to avoid confusion.
Pipeline.AddBookmark does not filter out duplicates and in my testing, adding duplicate bookmarks appeared to give the e…Hi Arvid,
Which version of ReportBuilder and Delphi are you using? If you create a new archive from the associated report, do you still get this issue?
If possible, please send us a copy of the archive file that has this probl…Hi Anthony,
Unfortunately no. The new report(s) or report templates will contain references to all the new properties and features added since the older version and will display an error for each one when loading.
While it's p…Hi Ken,
I'm a bit unclear about your question. "DistinctCount" seems like more of a SQL command rather than a Delphi routine (which is what RAP is for). Are you looking to add a DistinctCount command into a SQL query from RAP?Hi Branden,
My suggestion would be to give the upgrade a shot and see what happens. While the jump from RB 14 …
Hi Michael,
For the latest version(s) of ReportBuilder a ToolImageList is required for the OutlineNotebook to initialize. See the TppPreview.CreateOutlineNotebook routine for how this is done in RB.Hi Michael,
ReportBuilder 20 does not support installing into Delphi 11. Please consider upgrading to the latest version (22.01).Hi Vimh,
In my testing with the latest version of ReportBuilder (22.01) and SQL Server, the Left Outer Join SQL syntax is correct. I tested with FireDAC and ADO connections.
I suggest downloading a trial of the latest version …Hi Dustin,
Yes, for future reference, it would be best to post this as two new threads to keep the topics separated and searchable.
1. Report Parameters, DADE, and Autosearch are all closely tied together. There should be no n…