nicocizik
Comments
-
Hi Michael,
Thanks for your interest in ReportBuilder!
Be sure the report object is properly connected to the correct DataPipeline
using the TppReport.DataPipeline property or selecting Report | Data from
the main m… -
Hi Dees,
For future reference, please do not post attachments to these newsgroups.
Send them to support@digital-metaphors.com.
Which version of ReportBuilder and Delphi are you using? Have you tried
calculating the… -
Hi Nicola,
You need to assign the TppDBCalc.DataPipeline property as well as the
FieldName property when you are creating data aware components in code.
lTotCalc.DataPipeline := ppReport1.DataPipeline;
--
Hi Fabio,
You could try to use the Report.OnEndPage event to show a modal form that
would essentially pause between each page. You might try taking a look at
the event tracking examples located in the \RBuilder\Demos\1. Repor…Hi Tom,
Is your user running the end-user designer or simply the previewer? If
he/she is designing reports, access to the System32 directory may have been
taken away (or they moved to a Vista machine etc.). You can use the <…This is a multi-part message in MIME format.
Hi Dave,
Which version of ReportBuilder are you using? If you are using 10.05 or
later, you can use the included RBTeePackageBuilder application to
automatically build and register TeeChart with ReportBuilder. This
app…Hi Carlo,
Take a look at the following example of always starting a group on odd
pages. This is a feature that will be built into the next release of
ReportBuilder.
in PageBreak at request Comment by nicocizik September 2008Hi Ali,
Please see the demo located in the \RBuilder\Demos\6. RCL\... directory for
an example of creating and registering a custom component with
ReportBuilder.
--
Regards,
Nico Cizik
Digital …Hi Bob,
It is possible to move from page to page in the previewer by holding the
Ctrl key and pressing the Page Up or Page Dn keys. Otherwise the Page Up
and Down keys will scroll the page qucker than the up and down arrows.<…Hi Fabio,
Take a look at the following article on printing to continuous paper.
----------------------------------------------------
Article: Printing to Continuous Paper
----------------------------------------------…Hi Rob,
This is a known issue with the built-in object inspector at runtime and will
be fixed for the next release of ReportBuilder. You can change the
TextFileName using the print dialog or in RAP code during run time in RB.…Hi Christoph,
Thanks for the suggestion. This would be a very helpful and powerful
feature and we will consider it for a later release of ReportBuilder.
--
Regards,
Nico Cizik
Digital Metaphors
Hi Christoph,
For the reason that you describe below (different DB's requiring different
SQL dialects), ReportBuilder is designed to handle one database at a time.
I would recommend possibly creating two different templates of…Hi Edmund.
ReportBuilder 11, which will include Delphi 2009 support, will be released
very soon.
--
Regards,
Nico Cizik
Digital Metaphors
in D2009 and RB10.09 Comment by nicocizik September 2008Jesus,
Please send all attachments to support@digital-metaphors.com. The newsgroup
guidelines can be found at the following location:
http://ww…Hi Damian,
Your component package should not be using the dclRBP package as this is a
design-time only package. You need to be sure only runtime packages such as
the rbRCL are in the requires clause of your custom components.…Hi Damian,
dclRBP10105.bpl is a design-time package and should only be used by the
Delphi IDE at design-time. Are you receiving this error when you load
Delphi 2007? Try double checking your library path to be sure the
Hi Paul,
An easier way to make a copy of a report would be to save it to file as a
template, then load it in a new empty report object. The most efficient way
of designing and storing multiple similar reports is to only have …Hi Sharma,
By definition the crosstab component will sort your data in ascending or
descending order based on the master key field in your datset. One way to
work around this restriction would be to create another field in yo…The design guides do not need to be activated. They are very similar to the
form designer in the Delphi IDE. As you move an object close to vertical or
horizontal alignment with another object, the design guides will show up
ensu…Hi Bob,
The article shows the basics of creating a preview plugin however instead of
implementing the BeforePreview event you will need to override the
CreateToolbarItems routine and add the button from there.
I cre…Hi Bob,
Adding a new button to the preview window can be done by creating a custom
preview plugin. This will work with the designer.
Take a look at the article below on creating a Preview Plugin and see the
ppPrevi…Hi Justin,
If possible please create a simple example that creates a similar
environment to the one in your main application and try to recreate the
issue. Send the example in .zip format to support@digital-metaphors.com and …Hi Justin,
We have had issues similar to this one for versions earlier than 10.09. Are
you able to recreate the issue using demo 110 located in the
\RBuilder\Demos\1. Reports\... directory. If so, please give me the exactHi Harry,
Yes that has always been the case with any version of ReportBuilder.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-met…Hi Ed,
This issue has been found and addressed. A new build of ReportBuilder Pro
for Delphi 2009 has been uploaded. Please re-download ReportBuilder and
re-install.
--
Regards,
Nico Cizik
Dig…Hi Ed,
Thanks for the info, we are currently working on this issue.
The ReportBuilder installer checks to see that the
HKCU\Software\CodeGear\BDS\6.0\Library key is present to be sure the product
has been run at lea…Hi Cary,
Thanks for the information.
The RBTeePackageBuilder program sets the SYSTEMDIR variable in code using
the Windows.GetSystemDirectory API call. This call maps to the
kernel32.dll.
From what I und…Hi Cary,
Thanks for the info. I'm in discussions with the InstallAware people on how
to get the .bpl's installed into the SysWOW64 directory for 64-bit
installations.
Are you using an older version of RBTeePackBuil…