nicocizik
Comments
-
Hi Ömer,
Are you a registered user of ReportBuilder or are you only using a version
built-in to another product?
Try using the DBCalc component instead of the DBText for simple
calculations.
Regards… -
Hi Philip,
What printer are they printing to. During a quick Google search, this error
can be caused by a number of items, but one of the more reoccurring I found
was printer driver errors. Perhaps I can try downloading the … -
Hi Sascha,
ReportBuilder does not natively support Datamatrix barcodes. It should
however be possible to generate the barcode using a separate library then
adding them to a report using the TppImage or TppCanvas component.
Hi Sascha,
Take a look at the following article on manually encoding Barcode 128.
http://www.digital-metaphors.com/rbWiki/RCL/BarCod…Hi Mark,
I checked the patches available for RB 7.04 and there is one related to
subreports that may help. Please send an email to
support@digital-metaphors.com to receive the patch. Also, if you would like
to send me …Hi Mark,
Which version of ReportBuilder and Delphi are you using? What type of
subreport are you using (child, section, fixed)? If you remove the region
and just place a simple label inside the summary, does the same occur?<…Hi Mark,
I was more thinking you would search the RAP source text for component
references that do not exist. This was more a suggestion to remove the
possibility of any code conflicts if an end-user deletes a component that …Hi Mark,
The designer does not offer any method to prevent the user from deleting a
component. This restriction is something we are considering for a later
release. Currently your users will need to be aware which components…Hi Petter,
The section subreports are meant to be inside an empty report (detail
band only). Try completely removing all other bands from the main
report to remove any extra pages from the output.
Regards,
Hi Petter,
Be sure you are using Section style subreports. The Header and Footer bands
are not supported for Child subreports.
Regards,
Nico Cizik
Digital Metaphors
in Two or more reports - single preview Comment by nicocizik March 2011Hi Petter,
Demos 51 and 52 of the main reports demo show how to design a report with
multiple section subreports. You can easily load existing reports into
subreports by saving them to template files and then loading them fro…Hi Petter,
It is possible to combine multiple reports into a single report using one of
the following methods.
1. Place multiple section subreports into a blank report (detail band only)
and load the reports into th…Hi Bernaert,
What specific issues are you having with the built-in PDF device? I believe
in our previous correspondence I asked for an example of the PDF problems
but checking my email it does not seem that I received anythin…Hi Tom,
1. Yes. They can be used with or as a replacement for the built-in
TppRichText and TppDBRichText components.
2. Yes the TRichView component works with out built-in PDF device. In the
past we have worked cl…Hi Tom,
There is no native way of displaying html docs inside a report however you
can use the TRichView wrapper to do so.
http://www.trichview.co…Hi David,
Thanks for the information. We will look into this further however what we
really need is a simple example that demonstrates the issue that we can run
on our machines. If you would like to pursue this issue further…Hi David,
Thanks for the additional information. I'm still stumped on how this is
working correctly at design-time but not at runtime.
ReportBuilder will simply retrieve the data that is present from a connected
da…Hi David,
This is not a known issue with RB 12.03 however I am going to need more
information about your report to understand exactly what might be happening.
How many separate datasets is the report using? Which dataset…Hi Jeroen,
The TextFileDevice is designed to break to a new line each time a new band,
subreport or crosstab row occurs. This is determined by the ReportSaveNo,
BandSaveNo, and RowSaveNo properties of the DrawText drawcommand…Hi Russell,
Take a look at demos 131 to 140 located in the Demos\1. Reports\...
directory for examples of creating reports using the JITPipeline and
TextPipeline objects. None of these reports require a database.
<…Hi Paul,
For future reference, please send all attachments to
support@digital-metaphors.com.
We are able to recreate the your issue and are currently researching a
solution.
Regards,
Nico…Hi Petr,
If you are changing the columns manually (in code), why not simply change
the Group properties in code as well?
It is possible to create a custom groups dialog that removes the restriction
of there being co…Hi Petr,
Which edition of ReportBuilder are you using? I made the exact test you did
and selecting the group from the report tree correctly updated the object
inspector (at runtime). Try re-downloading and re-installing Repo…Hi Petr,
Which version of Delphi are you using? In my testing with Delphi 2010 and
ReportBuilder 12.03, selecting the Group from the Report Tree properly gives
me access to all the group properties in the built-in inspector. …Hi Fabio,
Thanks for the feedback. We are considering adding PDF/A support for
the next release of ReportBuilder.
Regards,
Nico Cizik
Digital Metaphors
in Change PDF resolution Comment by nicocizik March 2011Hi Enrico,
Please send a simple example that demonstrates this issue in .zip format to
support@digital-metaphors.com and I will find a solution for you as soon as
possible.
Regards,
Nico Cizik…Hi Fabio,
I still do not understand the request. Though the PDF format using points
as its method of measurement (which is 72 points/inch), it is not limited to
a 72ppi resolution. For the RB PDF device all measurements are …Hi Enrico,
I'm unsure what you are referring to. When the ScaledImages property is set
to False, a (non metafile) image is exported to the PDF byte by byte. In
other words, it is an exact replication of the original.
Hi Fabio,
Try setting the Report.PDFSettings.ScaleImages property to False. This will
ensure that the full images are exported to PDF.
Regards,
Nico Cizik
Digital Metaphors
in Change PDF resolution Comment by nicocizik February 2011Hi Neil,
You will need to find a way to insert an image of the user's signature
inside the report. The creation of this image will need to be done outside
ReportBuilder however as it does not have any built-in feature to do s…