nicocizik
Comments
-
Hi John,
Unfortunately we do not know of any utilities that perform this task. One option would be to save your report to a template file as ASCII text, then perform a search on that file for the field names in your DB table. The field … -
Hi John,
Thanks for the clarification. Currently you can add and remove calculated fields in the Query Designer by double clicking them (double click in the top panel to add, double click in the bottom panel to remove). We have added to… -
Hi John,
Which version of ReportBuilder are you using? ReportBuilder 13 is not a version we ever released.
Are you using a registered copy of ReportBuilder and Delphi or are you using ReportBuilder built-in to a separate appli… -
Hi Al,
Which version of ReportBuilder are you using? This was an issue that was fixed for a much earlier version and in my testing with the latest version, I was able to successfully export to alternate file extensions.
-
Hi Lori,
ReportBuilder does not natively support image rotation. We will consider adding this for a future release.
-
Hi Ralf,
Thanks for the clarification. I was thrown off when you said in your second post that the "RAF file itself was OK". The pages inside the RAF file are OK but the RAF file itself is invalid when over 2GB in size.
Just … -
Hi Igor,
There is a patch available for RB 19.01 that solves this issue. All registered users with an up-to-date subscription can email support@digital-metaphors.com to re… -
Hi Ralf,
This appears to be a design limitation of the archive feature. We have already added this to our list of items to research and enhance for a later version.
I'm a bit unclear about your description. The table becomes … -
Hi Maciej,
The Chart.Tools property and class are not currently exposed to RAP. You will either need to add RAP RTTI for this class or create a pass-thru function.
We will add this to our list of possible enhancements for a la… -
Hi Steve,
The only "custom" aspect I see in your code is the ReportFilter property. I would need more information about this to understand what it does.
All other aspects of your code can be achieved with the built in PDF dev… -
Hi Ralf,
This is not a known issue. Which version of ReportBuilder and Delphi are you using? Are you able to recreate this with a simple example?
-
Hi Steve,
In short, yes.
ReportBuilder currently contains built-in support for the follow… -
Hi Ralf,
Thanks for the suggestion. We will add this to our list of possible enhancements to be researched and possibly implemented for a later release of the product.
-
Hi Francesco,
Report parameters are objects of the TppParameter type which is why you are getting the error.
If you are having issues compiling in RAP, I suggest trying your code in Delphi first so you can use features such a… -
Hi Francesco,
As a rule of thumb, it is best to get your code working in Delphi before trying it in RAP.
If you are accessing the subreport from the main report, you need to use the Subreport.Report property to gain access to t… -
Hi Paul,
The Query Designer was designed to give advanced users direct access to the database. Therefore all errors returned are errors returned directly from the database (some better than others). The Query Wizard was designed with a … -
Hi David,
See solution 2 and 3 of the following article. Ideally you will want to add a subreport to each of your existing subreports and load a standard header (template) into that subreport at runtime.
Hi David,
From the designer, you can save a copy of the template by selecting File | Save... from the main menu.
Hi Franklin,
ReportBuilder does not currently support cascaded or nested parameters. This is something we will consider for a later release of the product. Thanks for your feedback.
Hi Tim,
We have not heard of this before from any of our other customers. Did this occur with earlier versions of the ReportBuilder installer?
I can tell you as the developer of the installer for ReportBuilder, that there is …Hi Yusuf,
The RB TeeChart package builder renames the dcc32-400.txt and dcc64-400.txt files for you depending on your version of TeeChart and Delphi.
We have not heard of anyone else having to manually rename these files to get…Hi Tom,
According to our records, your software subscription is up to date and updating to RB 19 is included. Please update to RB 19 and retest your application. We are unable to provide updates or solutions for older versions of Report…Hi Francesco,
This is a tricky one. TeeChart does not have any built-in features to limit the numbe…
Hi Tom,
In my quick testing with the latest version of ReportBuilder I was not able to recreate this issue. It is likely something that was addressed for a later version.
I suggest downloading a trial copy of the latest versio…Hi Stef,
You can control your email notifications from your forum user profile. When logged in, click the gear icon at the top right of the page and select "Edit Profile" from the menu. Then select "Notification Preferences" from the si…Hi Stef,
Which version of ReportBuilder are you using? Is this a PDF issue?
The reason I ask is that this sounds like an issue we had with RB 18 when exporting to PDF which was fixed for later versions.
Hi Francesco,
We avoid the use of RecordCount because it requires the client to access the entire dataset and can cause the application to hang for large datasets. To access the RecordCount, you would need to directly access the TDataSet…Hi Paul,
Thanks for pointing this out. This property was not meant to be published. It will be removed for 19.01.
Hi David,
This is not a known issue. Does it occur with every report or just certain Reports? Please create a simple example demonstrating this behavior using only RB and Delphi components and send it to support@digital-metaphors.com an…Hi David,
Try using the soBlank type to check for an empty field rather than a blank string. In my testing with the End-User AutoSearch example, this functioned correctly. Something like the following:in TppReport.CreateAutoSearchCriteria() and Empty Expression Comment by nicocizik April 2018