nicocizik
Comments
-
Hi Vilmar,
This error indicates that you likely have an older RB file (.dcu) still
in your library path. Check your application library path to be sure no
old RB files are present.
If you still have an issue, pleas… -
Hi David,
Please send a simple example report I can run on my machine that
demonstrates this issue using the Generic/Text driver. Send the example
in .zip format to support@digital-metaphors.com.
-
Hi Carlos,
Please contact support@digital-metaphors.com for more information/files
about GridPack and the latest version of ReportBuilder.
-
Hi Philip,
The error indicates that while generating your report to PDF, the PDF
device is caching the images generated to file instead of memory which
can cause problems in some cases.
Which version of ReportBuilde… -
Hi Michael,
The preview form can be accessed using the Report.PreviewForm property.
If for instance you would like to alter the size or position of the
preview form, you could assign the PreviewForm.OnShow event inside the <… -
Hi Joel,
Are you exporting to PDF? If so, there is a patch available to fix this
issue. Contact support@digital-metaphors.com to receive the patch.
If you are seeing this while printing to a printer or to screen, this i… -
Hi Jo,
Thanks for the info.
Since we have not heard of any of these issues before and are unable to
recreate them here, please send examples of each demonstrating the
behavior your describe along with detailed instr… -
Hi Jo,
This is not a known issue.
Do you notice a slow down for every report or just certain reports? In
my testing with a multi-page simple report loading with 14.05 and 14.04
was virtually identical.
-
Hi Steve,
Take a look at the following article on troubleshooting endless page
reports.
http://www.digital-met… -
Hi Howard,
As Dima mentioned, you can use the HyperLinkEnabled property of the text
object to disable hyper link support. If you would like to do this on a
report level, you will need to create a report object loop and set th… -
If you try installing ReportBuilder normally using the built-in
installer to your machine, does the help install correctly? Perhaps you
can try this on a different machine.
-
Hi Bas,
1. The RB Help Installer needs administrator privileges to run correctly.
2. Once you run it, be sure the correct version of Delphi is selected
and check the output log created to be sure all files are present and… -
Hi Massimo,
There is a patch available for RB 14.05 that solves this issue. Please
send an email to support@digital-metaphors.com requesting the patch and
well send it to you as soon as possible.
-
Hi Bas,
Due to the RB Demos' reliance on the BDE and Paradox, which is 32 bit
only, the demos are not currently available for 64 bit compilation. It
is on our to-do list to upgrade the database used for our demos so they
Hi Will,
This is interesting. So the image is only incorrect when created on the
virtual machine.
ReportBuilder leverages Delphi's TMetafile object to create the metafile
images of the pages and the size of the ima…Hi Will,
We have not heard of this issue with exporting metafiles with Windows
XP. How are you viewing the metafiles? Are you able to try on a
separate XP machine rather than a virtual machine?
Hi Will,
Which version of Reportbuilder are you using? In my testing with Delphi
2006 and RB 14.05, the exported EMF file is scaled correctly when
running the example in the RBWiki article.
Hi Mark,
Please upgrade to RB 14.05 as many of the issues you describe below have
been solved.
Once you have retested, please send separate examples demonstrating each
issue to support@digital-metaphors.com in .zip …Hi Bob,
ReportBuilder does not only use native Delphi components (which is why
the styles likely only affect certain areas). We do however support
different themes (many of which are included). It is possible to create
Hi Bob,
ReportBuilder does not currently support QR Code barcodes. Most of our
customers than need this support use the following add-on component.
Thanks for the feedback.
in QR-Codes Comment by nicocizik May 2012Hello,
This is not a known issue. Does this behavior only occur with the
non-standard (Tcx) components on your form or are you able to recreate
the issue with standard Delphi components?
If you are able to recreate…Hi Michael,
As Dima mentioned. The RB PDF device does not currently support the
ModifyWorldTransform API command when processing metafiles. To work
around the issue you will need to set the ExportMetafileAsBitmap
prope…Hi Dima,
Thanks for chiming in and giving feedback about this issue.
We have known about this for much longer than a year. Nard and I have
spent countless hours researching the problem with next to nothing to
show …Hi Ken,
The example I gave is pre-coded to show the concept, but it would
definitely be possible to make this dynamic. The difference would be
that you would be creating the columns (DBTexts) headers (Labels) and
subrep…Hi Massimo,
Canceling while printing and previewing are two different operations.
1. Cancel print:
You will need to create a custom cancel dialog. This can be similar to
the current dialog only it will ask the…Hello,
We have not seen this behavior before. Does this occur with every JPEG
image on every report?
My first suggestion would be to upgrade to RB 14.05 and retest. Contact
info@digital-metaphors.com with your ser…Hi Bernhard,
There is no automatic was to copy an entire band to another. In code
you could create a report object loop that changes the Band property of
each component in a given band. At design time or in the end-user
Hi Michael,
Thought the SystemVariable component is not designed to be manually
altered, you can use the OnGetText event to take control over what is
printed.
To have complete control, I would recommend using a TppV…Hi Petter,
The OnGetFileSuffix event will only fire if the Group.NewFile property
is set to True.
Likewise the OnGetEmailSettings event will only fire if the
Group.EmailFile property is set to True.