nicocizik
Comments
-
Hi Nikolai,
Yes this is a known issue. ReportBuilder 11.06 was released before TeeChart
8.06 for Delphi 2010 so we did not know the name of their packages. This
will be fixed for the next release of ReportBuilder.
Hi Mike,
This is a known issue with the trial edition of Delphi. ReportBuilder
attempts to automatically build the RB/TeeChart packages (dclRBC1114 being
one of them) on the fly as you are installing. This however fails for …Hi Jeff,
Take a look at the following article and example.
http://www.digital-metaphors.com/rbWiki/Output/…Hi David,
If most of the text is the same for all contracts, you should be able to
simply copy the information over from the Word documents to a report
template by hand. This issue is extracting the dynamic information from <…Hi David,
I'm a bit unclear about how you would like to use ReportBuilder to display
this information. Do you need to simply display the exact Word document in
ReportBuilder? If so, you could possibly save the document…Hi Bas,
There is currently no automatic way to resize a component based on page size
in ReportBuilder. The Anchor feature can only anchor a component's position
to two adjacent sides of a band/region.
We will consi…Hi Mark,
Are the datapipelines/datasets being created inside ReportBuilder using the
data workspace (DADE) or do they reside outside the report on a form or
datamodule?
If the queries and pipelines are in Delphi not…Hi Stan,
Which version of ReportBuilder did you upgrade from? What
database/connectivity are you currently using? Are you able to create a
similar report from scratch without any errors or is this something that
occurs…Hi Max,
Thanks for the information. We will research and make these changes for the
next release of ReportBuilder.
--
Regards,
Nico Cizik
Digital Metaphors
in Local/Network printer test. Comment by nicocizik October 2009Hi Francis,
Sorry for the late reply. We were able to recreate this issue here and are
researching a solution.
We will post to this thread with any progress we make. Thanks for your
patience and support.
Hi Andre,
I'm very sorry (it must be early), the property is called PrinterNames.
The TppPrinterSetup cl…Hi Andre,
You can access all available printers in code using the
ArchiveReader.PrinterSetup.Printers property. From there you can assign the
PrinterName and be sure ShowPrintDialog is set to False.
Be sure you adj…Hi Kevin,
Thanks for the feedback.
To clarify, would you like this to be an option in the report preview or as
a design tool in the design window. By columns do you mean report columns
or the columns of data create…Hi Geoff,
Are you a registered user of ReportBuilder or are you using the Service Desk
application with ReportBuilder built-in only?
--
Regards,
Nico Cizik
Digital Metaphors
in Help with Complex Call Summmary Report Comment by nicocizik October 2009
There is a patch that solves this issue for RB 10.09. Send an email to
support@digital-metaphors.com requesting that patch to receive it.
--
Regards,
Nico Cizik
Digital Metaphors
in FStorageName := '($WINSYS)\RBuilder.ini'; in ppIniStorage cannot be changed Comment by nicocizik October 2009Hi Bas,
The easiest way to do this is to add a colored shape to the band with
ParentHeight and ParentWidth properties set to True. Then toggle the
visibility of the shape using an event such as the Band.BeforePrint event.
Hi Ben,
If possible, please send a simple example that causes this leak or let me
know which demo causes it and I can research the issue.
Send the example to support@digital-metaphors.com in .zip format.
--
Hi Stephen,
The easiest way to fix existing reports is to reset the Left property of the
dataviews defined in the template. If you view the template as text, it
should be a fairly easy property to find and alter.
-…Hi Stephen,
A reply was sent last friday and we just sent another copy. Be sure to
check your junk email folder to be sure it is not being filtered.
--
Regards,
Nico Cizik
Digital Metaphors
Hi Stephen,
Thanks for the info on how to recreate this.
There is now a patch available that fixes this issue. Please contact
support@digital-metaphors.com if you would like to receive the patch.
--
Rega…Hi Steve,
We have had a couple other customers with a similar issue however we have
been unsuccessfull in recreating it on any of our machines. If you save
your template to file as text, you can open it in notepad and see wha…Hi Bas,
If you must use the Title band, you will need to create a report object loop
and manually reposition each component inside the title band based on the
size of the page. It should be possible to do this with a single r…Hi Bas,
Sorry, I did not know you were using the Title band. You are correct in
that you can only anchor items to the bottom of a band or region. In the
case of the title band, you will need to size the band the same size as…Hi Bas,
You need to anchor the objects (or the region containing the objects) to the
bottom of the page as well. This way when the size of the page changes, the
objects will remain the same distance from the bottom.
Hi Richard,
In the BeforePrint of the detail band you could look ahead one record in
your dataset to see if the value is EOF. If so, you can set the visibility
of the PageBreak component to False.
An easier solutio…Hi Peter,
My first suggestion would be to upgrade your version of ReportBuilder to the
latest (11.06) and test with that. Contact info@digital-metaphors.com with
your serial number for upgrade instructions.
--
Hi Veri,
Each data aware component on a report also contains a DataPipeline property.
Simply changing the Report.Pipeline property will not change this property
for each data component. Once you change the DataPipeline proper…Hi Joe,
Yes, you can unregister any device using the utility functions located in
the ppDevice.pas file...
uses
ppDevice,
ppPDFDevice;
...
ppUnregisterDevice(TppPDFDevice);
-…Hi Stephen,
Which version of ReportBuilder and Delphi are you currently using. If
possible, please send a simple example that demonstrates this issue in .zip
format to support@digital-metaphors.com and I'll take a look at it …