nicocizik
Comments
-
Hi Steve,
This was not an issue with RB 9.03. Does this happen with every printer you
try to switch the bin or just this specific printer?
Regards,
Nico Cizik
Digital Metaphors
in Printer Tray Selection Comment by nicocizik December 2010 -
Hi Andreas,
Rather than using the Pen.Mode to hide the border, try simply setting the
Pen.Style to psClear. This will give you the same effect and you will be
able to design your reports easier.
Regards,
This is a multi-part message in MIME format.
This is a multi-part message in MIME format.
This is a multi-part message in MIME format.
Hi Jerri,
I do not believe you can create file devices in RAP code however it is
possible to do so using pass-thru functions. See the rap demos on how
to create pass-thru functions.
Regards,
Nico C…Hi Jerri,
Take a look at the following article.
http://www.digital-metaphors.com/rbWiki/Output/Printe…Hi Stephen,
There is now a patch available for RB 12.04 that solves this issue.
Send an email to support@digital-metaphors.com to receive the patch.
Regards,
Nico Cizik
Digital Metaphors
Hi Stephen,
I am able to recreate this issue and am working on a solution. I'll
post here once one is found.
Regards,
Nico Cizik
Digital Metaphors
Hi Steve,
I created a patch that filters out the FEFF character for RB 12.04.
Registered RB 12.04 users can contact support@digital-metaphors.com to
receive the patch.
Regards,
Nico Cizik
Digit…Hi Matthias,
As I said, this is something we /may/ research and /possibly consider/
adding to a later release of ReportBuilder.
We appreciate your feedback however as helps us decide what may go into
later releases …The current version of ReportBuilder does not support JPEG compression
inside a PDF file. This is a feature we would like to research and add
to a later release of the product. Thanks for the feedback.
Currently you can try …Hi Willie,
If no file extension is defined, the default one is added to generate a
valid file. Looking at the code, if an extension is defined, then the
default one is not added.
Regards,
Nico Cizi…Hi Willie,
You will want to place a try-except around the Report.Print call. The
issue here is to determine which group you are exporting when an
exception is given. I would suggest using one of the group events to
def…Hi Willie,
If possible, please change your posting name from "ReportBuilder" to
your real name.
Which version of ReportBuilder are you using? For the latest version
(12.04), you can access the group objects themsel…Hi Uli,
I just sent the highlighting patch for RB 11.08 to you.
We hope in the future you will consider upgrading your version of
ReportBuilder to the latest (RB 12). See the following web site for
some of the powe…Hi Uli,
The Keywords property allows the user to select key words to describe
the document if it is searched for (on-line perhaps). This property is
part of the information dictionary or metadata of the document and can
Hi Stefano,
There is no built-in way to control the number of printers displayed in
the Printer Dialog. It always displays the number of printers installed
on your machine.
I suggest creating a custom print dialog …Hi Peter,
You can set the Report.PDFSettings.OpenPDFFile property to automatically
open a PDF file once it has been created. See the source for how this
is done.
Regards,
Nico Cizik
Digital Me…Hi Jon,
In my testing with RBServer 12.04, I do get an error when trying to
create a file that is already open but something along the lines of
"Unable to create file. File is already be used by another process". I
am …Hi Ralf,
For RB 12 we refactored the TppScreenDevice and created the descendant
TppGraphicsDevice. This was to leverage the drawing capability of the
screen device to be used with the new image devices that were added.
<…Hi Matthais,
What types of components are you exporting? Are you by chance exporting
large RichTexts? If you would like, you can export your PDF to file
with the CompressionLevel set to clNone and send it to me. That wayHi Steven,
This issue has been addressed with a patch for RB 12.04. Send an email
to support@digital-metaphors.com to receive the patch.
Regards,
Nico Cizik
Digital Metaphors
in Problem exporting arabic text to PDF Comment by nicocizik June 2011Please send a simple example demonstrating the issue in .zip format to
support@digital-metaphors.com and I'll take a look at it for you.
Regards,
Nico Cizik
Digital Metaphors
in PDF Report shows wrong fonts Comment by nicocizik June 2011The dclRBC package is built on the fly when you install ReportBuilder.
This fact that it is not present means that the RBTeePackageBuilder
failed when installing. See the following article on how to manually
build and install TeeC…Hi Peter,
I first suggest upgrading your version of ReportBuilder to 11.08 and
testing with that. This is a free upgrade to all registered RB 11
users. Contact info@digital-metaphors.com with your serial number and
pur…Hi Peter,
This is not a known issue. Which version of ReportBuilder and Delphi
are you using? Are you viewing the PDF using Adobe Reader?
Regards,
Nico Cizik
Digital Metaphors
in PDF Report shows wrong fonts Comment by nicocizik June 2011Hi Bob,
All native RB components are exported as vector graphics (text, lines,
shapes, etc.) when exporting as a PDF file. This means the native
DBRichText is exported as text, not an image.
If you are using a comp…All of the image devices are located in the ppImageDevice unit.
TppBMPDevice
TppMetafileDevice
TppGIFDevice
TppJPGDevice
TppPNGDevice
The TppRTFDevice and TppDOCDevice are found in the ppRTFDevice unit.
There is a patch available for this issue. Contact
support@digital-metaphors.com to receive the patch.
Regards,
Nico Cizik
Digital Metaphors
http:…