nicocizik
Comments
-
Hi Stephen,
Delphi 7 was the last Delphi release with the older style IDE and still has a strong following.
Delphi 2007 was the last Delphi release without Unicode support.
These are the reasons we (reluctantly) main… -
Hi Stephen,
Try setting PreviewFormSettings.SinglePageOnly to True.
Unfortunately we are unable to support old versions of ReportBuilder. As you mentioned, the answer is to upgrade your version of ReportBuilder and Delphi. It… -
Hi Ken,
The CrossTab component does not support wordwrapping. This is something we will consider for a later release of the product.
Currently you might take a look at the TppTableGrid component as a CrossTab replacement.
Hi Tom,
I just sent you an email with your current serial number. Be sure that you are able to receive emails from info@digital-metaphors.com as it may have been filtered by your server.
Hi Tom,
You likely used an older serial number when installing RB 19. Be sure you are using the new serial number provided when you purchased an updated subscription.
To update the serial number, you can either re-install Repo…Hi Gary,
ReportBuilder does not control the printing resolution directly, this is the job of the printer driver.
DPI (Dots Per Inch) is a hardware dependent value. If you are using a printer with a maximum 300 DPI printing res…Hi Josef,
There are now patches available for RB 19 and the following issues.
1. PDF borders showing when Border.Style is psClear
2. RTF borders showing when Border.Visible is False
Registered users of ReportBui…Hi Josef,
There is now a patch available for RB 19 that fixes this issue. Registered users of RB 19 can email support@digital-metaphors.com to receive this patch.
Hi Cristiano,
Which version of ReportBuilder and Delphi are you currently using?
Merging two reports like this may be possible but it will take quite a bit of code and understanding how reports are generated. It may be worth…Hi Marc,
There is not an easy way of accessing the events of the Query Wizard. Once the wizard is closed, a new dataview is created which is tied to a datapipeline. You might take a look at the DataPipeline events for the proper time to…Hi Ernesto,
Which version of ReportBuilder and Delphi are you using? Which events are you using to toggle the visibility of the label?
I suggest taking a look at the drill-down examples provided in the main reports demo instal…Hi Vinoth,
At Delphi design-time, you can place a report on a form, open the designer by double clicking it, and select the Help | About option from the main menu. This will give you your RB version, edition and current serial number.Hi Ian,
You can adjust your forum profile to automatically notify you if a new comment is made for your posts. Do this by clicking the gear icon at the top right and selecting "Edit Profile".
Hi Ian,
The newsgroups have been shut down and replaced by these forums. See our blog post here: digital-metaphors.com/new-reportbuilder-support-…Hi Josef,
Sorry for the delay in this response. We are currently researching these issues and will get back to you as soon as a solution is found.
I can tell you that border padding is not currently supported for PDF form fiel…Hi Oliver,
By definition, the title band will print completely before everything in the report.
One option would be to create an empty main report with a single detail band. Inside the detail place two section subreports. The…Hi Martin,
Which version of ReportBuilder and Delphi are you using? Are you able to recreate this behavior on your own machine?
Looking at your call stack, it appears that the error was something we addressed for RB 18 but we …Hi Rod,
This is a timing issue. You will likely need to manually look ahead in your dataset to see if the group is about to break in order to set the NewPage property early enough to have the effect you are after. In RAP, this will requ…Hi Vinothkumar,
Please consider upgrading your version of ReportBuilder to the latest. Doing so will give you all the latest features and fixes as well as priority support from our developers.
in Indian Currency Symbol ₹ is saved as ? in saved PDF file. Comment by nicocizik March 2018Hi Vassilis,
Once the report has been exported to PDF, how the PDF is printed to a printer is out of ReportBuilder's hands. This would be a feature of the PDF viewer you are using to display the PDF file.
One option would be t…Hi Rod,
Which version of ReportBuilder and Delphi are you using? How are you currently trying to suppress the Group.NewPage (which event)? Are you using RAP?Hi Davor,
Please consider updating your version of ReportBuilder and Delphi. Moving forward, you will not be able to sustain your project with such outdated tools.
The black box issue was common with earlier versions of Report…Hi Samuel,
There is a patch for RB 19.0 that solves this issue. Please send a
message to support@digital-metaphors.com requesting the patch and we'll
send it to you as soon as possible.
File devices can be register…Hi Rhonda,
I created a minimal example using your specifications but was still
unable to recreate this issue.
Please create a simple example that demonstrates this issue and send it
to support@digital-metaphors.com …Hi Rhonda,
This is not a known issue. As a quick test I created a simple report
with 6 labels. All 6 labels exported to RTF (using text boxes and
without) correctly.
Label1: '$100.00'
Label2: ' $100.00'
…Hi Will,
We are not receiving your emails. Be sure you are sending to support@digital-metaphors.com, info@digital-metaphors.com, or sales@digital-metaphors.com.
I just sent you an email with the RB 18 password. You should be …Hi Will,
Yes, we have taken down the NNTP server and replaced it with this forum. Over the past few years we have seen less and less traffic on the newsgroups and felt it was time for a change. There are a few active threads that still …Hi David,
Try simply adjusting the margin values in the OnStartPage event of the
report. The following code worked for me in a simple test.
procedure TForm1.ppReport1StartPage(Sender: TObject);
begin
if ppRe…Hello,
For future reference, please use your real name when posting to these
newsgroups.
The .dtm file is a complete template representation of the entire DADE
data module (or entire data workspace in ReportBuilder)…Andre,
Take a look at the following section of our Wiki site on how to customize
the Preview form to meet your needs.
http://www.digital-meta…