nicocizik
Comments
-
Hi Ricardo,
See the TppTextFileDevice topic in the RBuilder help. Also take a look at
demos 101 - 106 in the \Demos\1. Reports\... directory. You will want to
use the Print To File dialog by selecting File | Print To File op… -
Hi Jaime,
Try using Left to Right columns. You can control the columns in a report
using the Layout tab of the Page Setup dialog. Access the Page Setup dialog
by selecting File | Page Setup... from the designer main menu.
Hi Hans,
There is currently no built-in way to add additionaly attachments to an
email without using a minimal amount of code.
In Delphi you can use the following line...
ppReport.EmailSettings.Attachments.Add(…Hi Jon,
Yes, this is the easiest way to change multiple templates at once. Before
letting the grep utility loose however, I would recommend selecting a simple
template out of the bunch and converting it by hand to see if ther…Hi Stephan,
We have not heard of this issue before. Do the Polish characters look
incorrect if you print to a different printer or perhaps the Microsoft
Document Image Writer?
I would first recommend upgrading your…Hi David,
Try something like the following with a shape inside the detail band...
procedure TForm1.ppDetailBand1BeforePrint(Sender: TObject);
begin
ppShape1.Visible := (Report.DetailBand.Count mod 2 = 0)
…Hi Richard,
You could also leverage the MailMerge feature and perform the conditions in
RAP...
if then
RichText.SelText := 'MyField'
else
RichText.SelText := 'MyOtherField';
--
Regards…Hi Richard,
In this case, you would need to alter the actual RichText source before it
is processed by the engine with the updated field information. You can do
so using the various RichText routines given such as the Paragra…Hi Rik,
Take a look at the International Language Support section of the Developer's
Guide and the Readme.doc file located in the \RBuilder\Languages\...
directory for information on which files are needed to successfully depl…Hi Phillip,
Were these reports using any add-on components? Does the error give any
more information? Have you tried loading them at runtime? If possible,
please save one of the templates with the issue in ASCII format and …Hi Phillip,
It is still possible to install and use the older TppDBChart component in
the current version. The DBChart is just no longer automatically installed
with ReportBuilder.
You will need to open the rbTDBC1…Hi Phillip,
When templates are loaded in RB 11, they are automatically converted. The
time it takes to perform this task is usually minimal and cannot be noticed.
If you would like to convert all your templates anyway, you co…There is now a patch available for RB 11.03 that fixes this issue. Please
send a small email to support@digital-metaphors.com requesting the patch
including the version(s) of Dephi you are using and we'll send it to you as
soon as…Hi Roman,
Thanks, we'll look at that case as well.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Hi Roman,
For future reference, please send all attachments to
support@digital-metaphors.com.
Thank you for pointing this out. We are currently researching the issue and
will post back here once a solution is found…Hi Justin,
Great news. This was most likely a timing issue of some sort. One or both
of these commands was trying to access memory that either had not been
initialized yet or did not refer to the correct location.
Hi Justin,
The next step would be to take one of the problem reports and begin
simplifying it to try to single out the cause. Start by periodically
removing data aware components, then moving to other report aspects until
Hi Justin,
1. Be sure you are using the latest build of ReportBuilder 11.03. You can
determine the build by right clicking over the installation .exe file and
selecting properties, then moving to the Details tab. The latest…Hi Gary,
The developer's guide is referring to the object inspector in Delphi, not
the built-in inspector of the designer. The Delphi object inspector should
give you access to all the properties of the RB inspector as well a…Hi Arno,
There is no built-in feature of ReportBuilder to do this. You will need to
manually calculate the position of each label before the first label is
printed.
Perhaps in the Band.BeforePrint, determine the lo…Hi Mark,
You need to connect the report to the datapipeline. This can be done by
selecting Report | Data... from the main menu in the designer or by
assigning the DataPipeline property of the TppReport object.
-- <…Hi Alex,
If you save the template as ASCII rather than binary, you can view the
template source in a text editor such as Notepad and see what needs to be
changed. You could then perform a find/replace on the file to updated t…Hi Terje,
Please upgrade to RB 11.04. The fix is included in this version.
For upgrade instructions, contact info@digital-metaphors.com with your
serial number and purchasing email address.
--
Regards,HI Terje,
There is a patch available for RB 11.03 that fixes this issue. Please send
an email to support@digital-metaphors.com requesting the patch.
--
Regards,
Nico Cizik
Digital Metaphors
Hi Hans,
There is no built-in way to call a stored procedure from ReportBuilder
however this is something we have on our to-do list for a future release.
Currently it is possible to leverage the AutoSearch feature to give…Hi Mike,
This is not a known issue with RB 11.03. The error implies that you are
still using an old version of a .dcu file some place on your machine. First
check your library path to be sure you are not using any old files.…Hi David,
The latest version of ReportBuilder (11.03) only supports Delphi versions
6 - 2009. If you upgrade however you can download ReportBuilder 7.04 which
can be used with Delphi 5.
--
Regards,
Hi David,
This problem was addressed for the last release of ReportBuilder 7 (7.04).
You will need to upgrade your version of ReportBuilder to receive the fix
for this issue.
--
Regards,
Nico Cizik<…