nicocizik
Comments
-
Hi Mike,
I would need to see an example as this is not a known issue with the PDF
device. Are you able to export a simple minimal report (single label)
to PDF successfully?
Regards,
Nico Cizik
The PDF device does not currently support transparent images. Thanks
for your feedback.
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-m…Hi Mark,
This is not a known issue. Which version of ReportBuilder and Delphi
are you using? (12.08 does not exist).
Hi Jason,
This is not a built-in feature of ReportBuilder. The Email feature is
designed to only send an attachment of a report in an exported file type.
One option would be to generate the report, then transfer the mail…Hi Jason,
This issue was fixed for RB 12. We hope you will consider upgrading to
the latest version. Below is a link to all the new features included
with RB 12.
in Issue when Group.NewFile = True Comment by nicocizik July 2011I'm sorry but I'm unable to recreate this here on my machine. Using
your dimensions, the report is printed in the correct position (on
letter paper). Using an HP Inkjet, XPS driver, and PDF drivers.
You might try adjusting y…Hi Jairzinhio,
Try upgrading your version of ReportBuilder to 10.09 and see if that
helps. If not, perhaps try downloading a trial copy of the latest
version of ReportBuilder (12.05) and test with that.
Contact inf…Thanks Ettore,
I will research this and get back to you.
Hi Ettore,
There is a patch available that fixes this issue. Please send an email
to support@digital-metaphors.com and we'll give you the patch as soon as
possible. Sorry for the inconvenience.
Hi Jerri,
My guess is that in some cases, even though you are printing to the
printer, the file device is not nil. Try tracing this code and see if
that is the case. You may want to simply remove that part of the
condi…There is a patch available that fixes this issue. Send an email to
support@ to receive the patch.
Hi Bill,
My first suggestion would be to upgrade your version of ReportBuilder to
7.04 and see if that makes any difference. Contact
info@digital-metaphors.com with your serial number and purchasing email
address for up…Hi Francis,
You are correct, changing the image from a bitmap to a JPEG is very
simple in Delphi. It however is not a trivial task to get the JPEG to
show up correctly in the PDF file. This would likely involve altering
Hi Francisco,
I apologize for the delayed response. Yesterday was a holiday in the US
.
Currently the bu…Hi Jon,
Based on the fact that most of your reports function correctly, there
must be something different about the 50 or so reports that do not. My
first suggestion would be to comment out all event code relating to
th…Hi Peter,
This is not a known issue. Please send a simple example to
support@digital-metaphors.com that demonstrates this behavior in .zip
format and I'll take a look at it for you.
This is not a known issue with ReportBuilder 12.04. Do you get this
behavior with every report?
I highly suggest upgrading your version of ReportBuilder to 12.05. This
is a free upgrade to registered RB 12 users. ContactHi Will,
It is possible to save any file type to stream using the TppStreamDevice
class which is a common ancestor to all file devices.
Simply assigning the Device.OutputStream to a memory stream for instance
will a…Hi Will,
You are correct, the bitmap should reset each time the InitializeImage
routine is called. Thank you for pointing this out.
I will create a patch for RB 12.05 and be sure this fix is added to
future release…Hi Carl,
Are these subreports set to shift relative to eachother? If so, you
will need to adjust the setting based on the subreports you hide.
If this does not help the issue, please put together a simple app that I
Does the text output correctly to screen or printer for the machines
with the problem?
There must be something else different between the two new machines and
the one that functions correctly. Are the regional settings the sa…Hello,
Are you using the latest version of ReportBuilder 12 (12.05)? Which
version of Delphi are you using? Does the text show correctly when
showing the report on screen or printing to a printer?
The only item th…Hi Carl,
Updating to RB 12.05 should fix the truncated text issue. Contact
info@digital-metaphors.com for upgrade instructions.
The RTF device included with RB 12 does not have a concept of right
aligned text or co…Hi Feri,
The PDF device needs to use a TCanvas in many cases to measure
components and text. In order to do this, the TCanvas needs a device
context which defaults to the screen if there is no printer installed.
I'…Hi Ferenc,
1. Please upgrade your version of ReportBuilder to 12.05. We made some
changes to the PDF device removing some of the reliance on printer
drivers. Contact info@digital-metaphors.com with your serial number forHi Irina,
ReportBuilder only has one print dialog. The TppPrinter print dialog
you mention is likely the printer driver's built-in print dialog.
It is possible to customize the existing print dialog and add the
fea…The easiest way(s) to merge two reports on screen is to use one of the
following options.
1. Create an empty report with the detail band only. Add two Section
style subreports to the detail band and load each report into the …Hi Steve,
Some servers do not function well with the Authenticate command that
Indy sends. Try setting the AuthenticateConnection property of the
TppSMTPIndy object to False and see if that helps.
TppSMTPIndy(lEmai…Hi Steve,
You might consider printing to an archive file. This is a snapshot of a
generated report in file format. You can use the TppArchiveReader the
same way you would the report previewer only the pages are already
Hi Steve,
This is necessary due to the fact that different printers have different
capabilities. If the report is initially generated using a printer only
capable of 300 dpi, then you try to print to a printer capable of 2400…