nicocizik
Comments
-
Hi John,
You can use the EmailError event that is used in the RBWiki example. It
will now display the exception message instead of the last command result
which was not giving the correct results.
--
Regards,… -
There is a patch available for RB 12.01 that improves the error notification
of the Indy plugin. Send an email to support@digital-metaphors.com if you
would like the patch.
--
Regards,
Nico Cizik
Digital… -
Hi John,
That would be a cool feature but ReportBuilder currently does not have any
built-in support for it. I will add this to our list of possible
enhancements for a later release. A different approach would be to use the … -
Hi John,
You can take complete control over the report outline using the
Report.OnOutlineNodeCreate event. Use the aNode parameter to check and
change the value of each node as it is created. For instance...
if aN… -
Hi Luke,
If possible, please send a simple example to support@digital-metaphors.com
in .zip format that demonstrates this error and I'll take a look at it for
you.
Regards,
Nico Cizik
Digital M… -
Hi Luke,
There is a patch available that should fix this issue. Please email
support@digital-metaphors.com to receive the patch.
--
Regards,
Nico Cizik
Digital Metaphors
in PDF Export error "VerifyUnicodeFont: No Font Found" Comment by nicocizik September 2010 -
-
Hi Ian,
Please re-download and re-install ReportBuilder for Delphi XE from our
website to solve the issue. Thank you for pointing this out and we are very
sorry for the inconvenience.
--
Regards,
N… -
Hi Ken,
I see, so your best bet would be to hide the current scrollbars and take
manual control over the scrollbox using the values given by the custom
scrollbar you create.
--
Regards,
Nico CizikHi Ken,
I'm a bit unclear about what you are trying to accomplish. The TppViewer is
basically a TPanel with a TScrollBox included so scrollboxes are natively
included. You could possibly use the position of an external scrol…Hi Lachlan,
Which version of ReportBuilder are you trying to rebuild? Which source
files are missing? Completely rebuilding ReportBuilder is not something we
recommend. Is there an issue with ReportBuilder that is forcing a…Hi Guillaume,
Take a look at the following article on using the RTF device. Text objects
inside an RTF file are positioned based on a character grid, not actual
location so this needs to be taken into account when exporting.<…Hi Stacey,
The error indicates that Delphi is trying to use an incompatible version of
raParser.dcu with the version of ReportBuilder you have installed. I
recommend performing a complete corrupt install cleanup and then
Hi Désirée,
Unfortunately I think this is a limitation of RichText itself. If you open
an RTF editor such as Wordpad or MS Word, you will find that it is not
possible to right align a section of a line of text without creatin…Hi Désirée,
There is nothing built into the MailMerge syntax that will automatically
align the text for you however all MailMerge does is replace the markup
command with the text received from the dataset. If you right align …Hi Mark,
Please upgrade to the latest version of ReportBuilder (12.02). This should
solve any issues with TeeChart. For upgrade instructions, contact
info@digital-metaphors.com with your serial number and purchasing emailHi Bill,
Rather than child subreports, you can try using Fixed style subreports that
will only print the allotted space given. These subreports need to be sized
manually however.
--
Regards,
Nico C…Hi Temoc,
Try using an event such as the OnPrintDialogClose to check the
TppReport.PrintDialog.DeviceType property to see what file device the user
has selected before the report prints.
--
Regards,
Hi Arno,
I'm a bit unclear about what you mean by the DBCalc.DataField being
invisible. Are you referring to a DBText located in the detail band? By
definition, a DBCalc component will calculate the sum of the entire dataset…Hi Chau,
The easies way to accomplish this would be to create a group that breaks on
each detail record. Then use the NewFile property of the Group to export a
separate PDF file for each group.
in How to batch export report for each row in a dataset? Comment by nicocizik September 2010Hi Peter,
1. It is possible to unregister any file devices using the
ppUnRegisterDevice routine located in the ppDevice.pas file.
uses
ppDevice, ppImageDevice;
begin
ppUnRegisterDevice(TppBitmapD…Hi Peter,
This is currently not a feature of the Previewer in ReportBuilder. Thanks
for the feedback however, we will consider adding something like this for a
later release of the product.
As a workaround, you cou…Hi Chau,
These are not natively supported in RAP. You would either need to create a
passthru function or enhance the RAP RTTI associated with the DBPipeline
class. See the RAP examples for how to easily create passthru funct…Hi Chau,
If you are trying to retrieve BLOB information, you need to use the
GetFieldAsStream or GetFieldAsPicture routines depending on your stored
data.
--
Regards,
Nico Cizik
Digital Metapho…Hi Jason,
The ReportExplorer form simply contains a TTreeView component to handle the
folder UI. This is a public property of the explorer form named trvFolders
(see the ppExpFrm.pas file).
One option is to manuall…Hi John,
Do you perhaps mean the viewer background? The viewer does not display a
border around the actual page of a report.
One option is to adjust the TppViewer.ZoomSetting property. Setting this to
zsPageWidth …Hi Al,
My first suggestion would be to create a group based on the ordering field.
You can set this group to break to a new page if needed.
From here you can now alter the output of the report based on the group
bre…Hi Al,
I'm a bit unclear about what exactly you would like your report to look
like.
From what I understand, you have a single dataset with an ordering field.
Is this report going to display a single row of data per…Hi Jon,
This error indicates that you are trying to compile with an older source or
.dcu file somewhere on your machine. Check your library path to be sure
there are no old files or packages being pulled in by Delphi. If you…Hi Nicola,
Thanks for the feedback. We will consider changing the inspector logic to
allow more specific categories for a later release.
--
Regards,
Nico Cizik
Digital Metaphors
in Object Inspector - Two correspondent property names Comment by nicocizik October 2010