nicocizik
Comments
-
Hi Jim,
I tried the exact example above only changing the scale from 2 to 2.08333333333 and received the expected results.
Exporting a report with a scale of 2 gave image dimensions of 1632 x 2112.
Exporting a repor… -
Hi Nicolas,
This is not a known issue with RB 19.02 nor am I able to recreate this with a simple example. Please create a simple, minimal example that we can run here using only ReportBuilder and Delphi components and send it to support@… -
Hi Gary,
I am unsure how this worked in previous versions of ReportBuilder. I checked our source back to RB 7 and the Clear routine hasn't ever been implemented in the TppMemo class. It is implemented in the ancestor TppPrintable and si… -
ReportBuilder will generally not sort the data for you, this is something that will need to be done in your query either using SQL, stored proc, or a summary query.
-
See the main RAP demo for how to create and alter TeeCharts completely in RAP.
-
The DataPipeline.RecordIndex is not currently exposed to RAP. We will consider adding it for a later release.
-
One option is to try setting Report.CachePages to True.
-
Hi Timo,
ReportBuilder does not natively support exporting to the PDF/E format at this time. We will consider adding support for this format in a later release of the product. Thanks for the feedback.
-
Hi Ken,
I am unable to recreate this error with a simple 64bit example. Please create a simple application that demonstrates this behavior and send it to support@digital-metaphors.com in .zip format or provide the exact steps needed to r… -
Hi Kristi,
Which version of ReportBuilder and Delphi are you using? What database and connectivity are you using to connect the report? Are you using DADE or creating your queries in Delphi?
-
Hi Thomas,
ReportBuilder does not have a built-in way to display PDF inside the report body. I would suggest using a bitmap or metafile for you letterhead and perhaps place it inside a page layer. Page Layers will print on each page beh… -
Hi Mike,
ReportBuilder does not have any built-in features to wrap text around an image. This is something we will consider adding for a later release of the product.
Currently you can manually size multiple text objects aroun… -
Hi Bruce,
It appears you may have AutoSearch enabled for your report parameters. You can easily disable AutoSearch for your report parameters by selecting the parameter and being sure the AutoSearchSettings.Enabled property is False.
Hi Bruce,
Take a look at the following example on finding the right font size to fit in a static area. It uses the Band.BeforePrint event to compare the text width to the width of the control, then begins shrinking the font in a loop and…Hi Francesco,
Check out examples 51 and 52 of the main RAP demo for how to create charts in RAP code. I tried running these myself and apparent these demos have been a bit neglected over time. Below are the steps to get them working wit…Hi Ario,
Which version of ReportBuilder and Delphi are you currently using? I'm unclear where you would like password protection. Would you like it before printing (to paper or file) or just before being able to preview on screen after …Hi Francesco,
Yes, ReportBuilder contains wrappers for TChart and TDBChart only. If you find new features that you would like added, let us know and we'll add it to our enhancements list.
1. One option would be to write code t…Hi Francesco,
It seems feasible that you could create a single dataset that contains the data you want in ReportBuilder as you mention. The then becomes if TeeChart itself can give you a stacked view of this data. This is more of a TeeC…Hi Jim, (Quote) The solution to this is to give your image a file name and then implement the OnAssignFileName event of the image device. See #1 from my initial response.
Hi Rhonda,
See the following article on how to create a report object loop.
http://rbwiki.digital-metaphors.com/de…Hi Jim,
1. For the image device, each page of a report is exported with an underscore then page number as a suffix for the file name. If you are getting "_1" then you are not defining an initial file name (TppReport.TextFileName property…Hi Carlos,
If you are attempting to manually load a report previously saved with the Report Explorer, you will need to use the following method described in the article below. You can either use the ReportExplorer.LoadReport routine, or …Hi Richard,
The HTML export device does not currently support exporting RichText as text. I will add this as a possible enhancement for a later release of ReportBuilder.
Thanks for the feedback.
Hi Dima,
ReportBuilder will not scale any images in PDF unless the ScaleImages property is set to True. ScaleImages performs a StretchDraw on the image, essentially scaling the image and its data to the control size. Otherwise, the orig…Hi David,
I suggest using the TdaSQLBuilder to create AutoSearch criteria in code.
DADE is the data workspace where your main query for your report .rtm. If you are using the Report.CreateAutoSearchCriteria, you are using DADE…Hi Arnaud,
Unfortunately no, ReportBuilder needs to install into the /RBuilder/ directory. Your directory structure would need to look like the following.
MyRBDir/Delphi10/RBuilder/
MyRBDir/Delphi7/RBuilder/
Hi Goran,
It appears your report/data is much more complex than I originally thought. I feel that in order to achieve what you want, we need to start simple, then move to more complex iterations.
I just sent a minimal example …Hi Arnaud,
ReportBuilder needs to install in to the \RBuilder\ directory. It should be possible to install ReportBuilder for different versions of Delphi in the same root directory if you created a unique sub-directory for each Delphi ve…Hi Michael,
When exporting to images, ReportBuilder exports each page as a single image. To differentiate the pages, each file has a page number suffix.
See the help topic for TppImageDevice.ImageFileName for more information …Hi Martin,
Thanks for the additional information. I sent you a patch for RB 19.01 to try. Let me know if it helps.