nicocizik
Comments
-
Hi Goran,
The TppToolImageList simply utilizes the Windows API to access resource files. See the ppBitmapFromResource routine in the ppUtils.pas file for how this is done in ReportBuilder.
It appears that the Windows API canno… -
Hi Ramon,
The ValidateTableNames simply checks that the DataDictionary entries are present in the actual database. The fact that you do not see any tables when this property is True might indicate that the table names in your DB do not m… -
Hi Goran,
Your third attempt is where we need to focus
Master-Detail with a single fixed style subreport.… -
Hi Goran,
To print two consecutive records per page, try placing a single (Fixed) subreport sized to half a page inside the detail band of the main report. This should reprint the subreport twice per page and properly traverse the record… -
Hi Carlos,
Near the bottom of our order page, you will find the "Edition Upgrades" section which includes the cost to move to a higher tier ReportBuilder edition.
Hi Carlos,
Which version of ReportBuilder are you upgrading to?
If the Delphi compiler is complaining about daQueryDataView, you need to first clean up the uses clause of your application. Look for references with a "da" prefi…Hi Alberto,
Which version of ReportBuilder and Delphi are you using? How is the paging incorrect for duplexed reports? Perhaps a more detailed description of exactly how you would like your report to behave will help me understand what …Hi Diego,
Welcome to the ReportBuilder community!
I suggest spending some time working through the provided tutorials and developer's guide which are installed with ReportBuilder. These will give you a great starting point for…Hi Giuseppe,
The ReportBuilder PDF device currently does not support multi-line form fields. Thank you for the feedback, we will add this to our list of possible enhancements for a future release.
Hi Wim,
See the following article on how to merge multiple reports into a single PDF.
http://rbwiki.digital-met…Hi Gerhard,
Try the BeforePrint. You may need to use an earlier event such as the BeforeOpenDatapipelins or OnInitializeParameters. (Quote) Do you have the JITPipeline connected to the report? Are you giving the JITPipeline a record c…Hi Scott,
The Report.BeforePrint event fires too late (in RAP) to alter the TextFileType. Try using an event that fires earlier such as the Report.OnInitializeParameters instead. In my quick testing, this worked correctly.
If…Hi Gerhard,
Use the PrinterSetup.PageDef properties to determine the size of the page being printed to. You will likely want to use the PrintablePageHight which automatically takes the margins out of the calculation.
The Foote…Hi Gerhard,
I would suggest trying a JITPipeline and using its OnGetFieldValue event to populate the chart data. The size of the chart/detail band would need to be dynamically adjusted to fit on a single page based on how many records yo…Hi David,
I apologize but I'm a bit unclear about your question.
1. What is TFiltreReport? This is not an object or class of ReportBuilder.
2. You "code" does not appear to be Delphi. Is this part of your SQL query…Hi Michael,
When using the ArchiveReader, you will want to use the OnReadPage event to add drawcommands rather than the OnReceivePage of the device. This event was designed specifically for the purpose of adding drawcommands to archived …Hi David,
Yes, ReportBuilder 19 should be able to generate the PDF form documents you need with RB 19.
From my research, it does not appear that you can completely prevent a user from printing a form unless you employ file en…Hi Jan,
There is currently no easy way to see your own posts. This is an unfortunate limitation of the forum software we chose to use. We have it on our todo list to enhance the search features of this forum in the future which will all…Hi Jan,
We are currently in the process of moving our entire site to HTTP Secure. Thanks for your feedback and patience.
Precise measurements and scaling for 2D barcodes is not possible with your version of ReportBuilder. I also believe there were major issues with AutoSize for your version. 2D barcode rendering has since been completely redesigned to support the us…Hi Luca,
It is not possible to natively access a list of DataPipelines (or QueryDataViews) from RAP. This would require a RAP passthru function to query the TdaDataModule and/or the Delphi form/datamodule all datapipelines reside on.
Hi Steve,
Which version of ReportBuilder are you using?
Hi Jose,
This is not a known issue and in my quick testing with code almost identical to yours I was able to print an archive successfully.
1. Try printing from the previewer and see if you get the same error.
2. Be …Hi Scott,
The file device has the property AllowEmail that can be toggled to prevent any emails from being set. This is how the "Email File" option is controlled in the print dialog.
I have not tested this but you would likely…Hi Fernando,
The 5-page restriction is a limitation of the trail version of ReportBuilder. If you are using a trial version, you will only be able to print/view/export the first 5 pages of each report. There will also be a watermark on …Hi Scott,
I tried this but was unable to recreate the issue using the EmailGroupDemo and the latest version of ReportBuilder. Below is my RAP code and the resulting EmailSettings are correct when passed to the file device.in Problem with Groups.OnGetEmailSettings from within the report designer/RAP Comment by nicocizik June 2018Hi Greg,
From the "SQL" tab of the query designer, you can right click and select Edit SQL to manually edit the SQL code.
Hi Greg,
At Delphi design-time, the DataDictionary is enabled by selecting the File | Data Settings... option while on the "Data" tab. Then check the "Data Dictionary" option near the bottom of the "Connection" tab of the Data Settings …Hi Eric,
Delphi version?
There are no known issue with the text search feature in ReportBuilder. If yo…Hi Eric,
ReportBuilder offers full text search capabilities built-in to the product. Which version of ReportBuilder and Delphi are you currently using?