nicocizik
Comments
-
Hi Ronald,
Below is the initial building order we use to build ReportBuilder. Note
that we do not recommend or provide additional support for manually
rebuilding the product.
rbRTL
rbRCL
rbDB
rbBDEHi Gerd,
Try setting the PDFSettings.ScaleImages property to False and see if
that helps. If you are loading templates, be sure you set this property
after you load the template.
Hi Mathias,
If you try to simplify the report even further by removing all other
subreports except for the PhoneContactFrequency one, do you still get
the same behavior?
Now that you've narrowed down the problem, wo…Hi Mathias,
Do you see this behavior only with this single report or are there
others that also demonstrate it? Does this occur when viewing the
report on screen, printing to a printer, or only when exporting to PDF?
Hi Ali,
Altering the print order of subreports can be done in multiple ways
depending on the type of subreports you are using.
If you are using Child Style subreports, you can alter the print order
using the ShiftRe…Hi Diego,
There is a patch available for RB 14.06 that fixes a memory leak with
the PDF device that could solve the problem you are encountering.
Contact support@digital-metaphors.com to receive the patch.
You are c…Hi David,
If you are using Nexus, the application should not need to access the
BDE. Check the uses clause of your application and be sure there are no
references to the BDE. Also be sure there are no BDE specific
comp…Hi David,
The error generally indicates that the application cannot find the BDE
files it needs to run. This means that you either do not have the BDE
installed on the target machine or perhaps it cannot access the properHi Diana,
Which version and edition of ReportBuilder are you using?
Since you are unable to recreate this issue yourself, you may need to
work with your customer to isolate the issue. Are you able to recreate
this …Hi Diana,
Does this happen with every report you run or only specific report(s).
Do you get this behavior when printing to every printer or only a
specific one?
If you set your application to stop on exceptions and …Hi Ali,
Please do not post a new thread when replying to another. This makes it
very confusing keeping track of each question.
The ShiftRelativeTo property is the only method to control the print
order of Child sty…Hi Paul,
The version of Indy that is shipped with Delphi 2007 uses the older at*
AuthType enumerated types. It appears that perhaps you updated your
version of Indy to the latest so the version directives are incorrect
…Thanks for the feedback. We will consider it for a later release.
Hi Mark,
The DisplayFormat property of the TppField does not carry over to any
data aware components on a report. It is specifically used to define
the date format used when searching date fields (autosearch).
Once…Hi Paul,
There is no automatic way to add the report as the body of an email.
You would need to export the report to HTML (each group) then manually
add that to the body of an email.
The email groups feature is desi…Hi Paul,
This is currently not supported by the RB email feature.
The HTML device uses positionaltags to place report components.
These tags are not fully supported in the latest versions of MS Outlook.
It …Hi Tony,
By default the language used with ReportBuilder is selected during
installation. This installs the correct language resource files into
the RB library path to be included with an reporting application.
Lan…Hi Jay,
The Tag property in Delphi can be used for storing an additional integer
value or it can be typecast to component reference or a pointer.
One (easiest) option would be to create an object or use a pre-existing
Hi Klaus,
Take a look at demo 124 of the main reports demo for an example of
manually sending ReportBuilder a list of pages to be printed. This is
the same method used for the Page Range of the Printer Dialog.
It u…Hi Mark,
We have never encountered anything like this before. What does your
customer have his/her Windows Regional Settings set to? Is it possible
that the Arial font file(s) have been replaced on your customer's
mach…Hi Edmund,
I first recommend upgrading your version of ReportBuiler to 12.05.
Contact info@digital-metaphors.com for upgrade instructions.
How are you copying the text from the table to the memo? Are you using
the …Hi Perry,
This has been fixed for the latest release of ReportBuilder. Please
contact info@digital-metaphors.com to upgrade.
Hi Peter,
The crosstab component automatically sizes the width of each column
based on the maximum field length and font size used. It is not
currently possible to manually re-size the widths. We will consider
enhancin…Hi Peter,
The crosstab component is not designed to allow automatic removal of
entire rows or columns. This is something we may add for a later release.
You can try manually removing a number of rows or columns by direct…I believe the exception was suppressed in this case for older versions
to avoid common but non-harmful exceptions related to sending emails. I
will re-add code to raise an exception for the next release of
ReportBuilder in this ca…Hi Carlos,
I'm a bit unclear about the issue. I appears you are unable to write to
a file from RB within your application. This would imply that you do
not have access to write to the location defined. You might check your …Hi Carlos,
Thank you for the update. I will keep this in mind if this issue every
arises again.
Hi Carlos,
Thunderbird/Mozilla claims to offer minimal support for MAPI however in
our experience, it is very unreliable. See the following article on
things you can do to troubleshoot using Thunderbird and MAPI.
<…Hi Carlos,
There are two issues to be aware of when using MAPI with the latest
versions of Windows/Office.
1. Both the application and the email client (Outlook) need to use the
same CPU architecture (x86 or x64). …Ian,
This is not a built-in feature of drilldown subreports however you can
take manual control over the process by retrieving each subreports'
expansion key then using that to drill down or up once a drawcommand is
clic…