nicocizik
Comments
-
Hi Anton,
DrawCommand position and size values are always in microns.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.co… -
Hi Sergey,
We have found on many machines that the MSSansSerif is not a TrueType font
and therefore cannot be embedded into a PDF file. Generally Microsoft
includes a TrueType version of the MSSansSerif font named "Microsoft … -
This question is being handled via email. A solution will be posted here
once it is found.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.dig… -
Hi Mark,
There is now a patch available for RB 11.08 that solves this issue. Send a
short email to support@digital-metaphors.com requesting the patch and we'll
send it to you as soon as possible.
--
Regards,<… -
Hi Mattias,
If you are setting the ShowPrintDialog property to False, the Print dialog
will not be created and there is no need to set the printer for the dialogin Print a report without any dialogs forms showing up Comment by nicocizik March 2010
-
Hi Leonardo,
Some printers do not support transparent images, be sure that yours does.
Also be sure you are using the latest release of ReportBuilder (11.08).
--
Regards,
Nico Cizik
Digital Metaphors… -
See my reply to your later post.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
-
Hi Laurent,
Although some third party support teams view these newsgroups, you may get a
quicker response by emailing Pragnaan support directly.
--
Regards,
Nico Cizik
Digital Metaphors
Hi Terry,
We have not experienced any issues like this before. If you create a
minimal Delphi application with an empty report, do you still get the same
behavior? You might also try upgrading your version to 10.09 and see i…Hi Hanjo,
In the past we have had a few customers with the same issue of slow printing
with HP PCL drivers. The most recent case was solved by upgrading to the
latest version of ReportBuilder (11.08). I suggest you first try…Hi Theera,
ReportBuilder did not support PDF export natively for version 6. Although
the third party export device creators occasionally view these newsgroups,
you might try contacting their support directly for a quicker res…This is a multi-part message in MIME format.
Hi Tim,
I'm very sorry you are having issues with Unicode and PDF.
1. I sent a copy of the patch for the spacing issues on Friday and I just
resent another copy. Please check your junk email folder to be sure it is
Hi Christopher,
For future reference, please either post a question to the newsgroups or
send it to support@, not both.
Unicode for PDF is a very complex feature and we are currently working on a
number of enhanceme…Hi Andre,
Be sure the Report.PDFSettings.FontEncoding is set to feANSI and that you
are not embedding any fonts (EmbedFontOptions property). This is the
default setting and will ensure that reports are exported the same as th…Hi Don,
Unfortunately there are no properties within ReportBuilder that control the
color output. My first suggestion would be to make sure you are using the
latest version of RB 7 (7.04). Contact info@digital-metaphors.com …Hi Jon,
What exactly are you trying to accomplish? ReportBuilder uses the Windows
API to communicate with the printer driver which in turn communicates with
the printer itself. It is possible to manually send ESC commands to…Hi Bruce,
Generally (with the exception of TIFF) images are not meant to be printed on
their own. They are either viewed on screen or added to a larger document
then printed. The Scale property allows the user to stretch or …Hi Bruce,
Where are you making these calls? You need to be sure when you access the
file device that it has been created or else you will receive an error. A
good place to access the file device is in the OnFileDeviceCreate …Hi Bruce,
Take a look at the following articles/examples. The first is a general
image export example showing how you can manually use each image device.
The second shows how you might access the JPEG property of the device o…Hi Bruce,
The image devices all contain a public property to directly access the image
component. For instance the TppJPGDevice.JPEG property gives access to the
TJPEGImage object it uses. You can access this property from t…Hi John,
Unfortunately this is not a current feature of the printer device in
ReportBuilder. By definition once a page has finished, an EndPage command
is sent to the printer which essentially ejects the paper. The code for …Hi John,
For future reference, please use your name when posting to these newsgroups
rather than your company name.
One option is to re-use the used label page and start printing on a specific
(empty) label. This w…Hi Pedro,
Yes, if possible, please send the test app you are using to
support@digital-metaphors.com in .zip format and we'll take a look at it for
you.
--
Regards,
Nico Cizik
Digital Metaphors<…Hi Herber,
You most likely need to define a UsesName and Password to connect to your
server and send an email. These are also properties of the EmailSettings
object. Take a look at Demo 110 located in the \Demos\1. Reports\.…Hi Maciej,
ReportBuilder 12 includes built-in support for merging multiple reports into
a single exported file as well as native (highly advanced) Excel export.
You might try downloading a trial copy of RB 12.01 and test with …Hi Ken,
There is a patch available for RB 11.08 that fixes this issue. Please
upgrade to version 11.08, then send an email to
support@digital-metaphors.com requesting the patch.
--
Regards,
Nico Ci…Thanks Bora,
I will add this to the next release of ReportBuilder.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com…Hi Bora,
I will take a look at adding ANSI Turkish support for the next release of
ReportBuilder. This however involves a long process of finding the
difference between the Latin and Turkish codepages, then correlating those …Hi Bora,
1. Delphi 2007 does not support Unicode. You will need to upgrade to
Delphi 2009 or later to use the Unicode features of ReportBuilder (including
PDF). For non-Unicode versions of Delphi, ReportBuilder currently su…