nicocizik
Comments
-
Hi Ian,
Try using the DataPipeline.EOF property to determine whether data traversal has ended, then hide the header in the StartPage event. In my testing with the following code, I was able to get the effect you are after.Hi Chris,
This is not a known issue with unicode encoding. For RichText, bullet points are resolved to Unicode characters so it is necessary to use Unicode encoding when exporting bullet point RichTexts to PDF.
Please provide …Hi Gerhard,
I'm sorry but I'm unsure how this is a ReportBuilder issue.
TcxPageControl is a DevExpre…Hi Martin,
This is not a known issue with RB 19.02. I first suggest commenting out all your event code and see if that helps with the problem. If not, please create a simple example demonstrating this behavior and send it to support@dig…Hi Stephen,
Try calling Report.PrintToDevices after assigning the report property to the Viewer. This should display the report inside the view rather than loading a preview form.
I suggest spending some time reading the Devel…Hi Jens,
Yes, you will need to install the Professional version or higher to open a project that contains internal queries (Data Modules) created via DADE.
I highly suggest installing the Enterprise or Server versions when te…Hi Tommy,
You can use the TppPrintPreview.AccessoryToolbar to adjust the width of the area to the left of the report viewer in the preview. This will need to be done from an event that fires after the preview form has been created. Some…Hi Intanont,
Please let us know which version of Delphi and ReportBuilder you are currently using.
Hi Laercio,
Which version of ReportBuilder and Delphi are you using?
Hi Scott,
I sent you a patch that gives you access to the report object from the Email Dialog ancestor.
Hi Scott,
To get the effect you need, you will need to use section subreports and toggle their visibility rather than the detail and summary bands. ReportBuilder was not designed to show only the Summary band.
Start by creatin…Hi Alejandro,
A report will only traverse the dataset it is connected to. If you need to traverse more than one dataset, you will need to use subreports (connected to those datasets) to do so.
I suggest taking a look at the De…Hi George,
This is a known issue. There is a patch available for RB 19.02 that solves this problem. All registered users with an active software subscription can email support@digital-metaphors.com to receive the patch.
Hi Alejandro,
The BeforeOpenDataPipelines event is designed to fire only once before all datapipelines are opened. This event was added so that it would be possible to easily add custom parameters to the underlying SQL or perhaps generat…The issue Mr. Lawrence was having was due to the FieldTitle property being set for a form field in the detail band of a report. Some PDF viewers check the form-field Title property and duplicate the data if the title is the same for multiple fields…Hi Tim,
This is not currently a feature of ReportBuilder but I can see how it would be useful. I will add this to our list of possible enhancements.
Currently you would need to manually update the HyperLink property from an ev…Hi Ian,
Be sure you have the WordWrap property set to True. Also note that a proper CRLF is #13#10 or Chr(13) + Chr(10).
Is there a reason you are using a Variable? Generally Variables are meant for calculations in the OnCalc…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.