nicocizik
Comments
-
Hi Stijn,
Embedded fonts are currently not a feature of the native PDF device in
ReportBuilder. All PDF font logic can be found in the ppPDFFont...pas
files. I do know that all the third party export devices support embedded… -
Hello,
I'm unclear about what you are trying to accomplish. There is no automatic
way to toggle the visibility of an entire page however you can toggle the
visibility of certain items so the page is essentially skipped. Are … -
Hi Eugenio,
Take a look at the following article on calculation measurements with a
dot-matrix printer. Perhaps this will help.
-----------------------------------------------
Article: Printing to Dot Matrix P… -
Hi Eugenio,
You are using a fairly old version of ReportBuilder. My first suggestion
would be to try downloading the trial edition of the latest version of
ReportBuilder that is available for your Delphi version and test with… -
Hi Eugenio,
This is not a known issue with ReportBuilder. Which version are you
currently using? Where are you defining the paper size in your code? Are
you printing to a continuous piece of paper such as a receipt printer?… -
Hi Debbie,
Although they frequently monitor this newsgroup, you might try contacting
Waler directly about this issue for a quicker response. support@waler.com
--
Regards,
Nico Cizik
Digital Metaphor… -
Hi Debbie,
Yes, the "106" at the end of the file name implies that the version of
TExtraDevices was compiled with ReportBuilder 10.x for Delphi 6. I am
unsure if Waler provides their latest version of TExtraDevices for … -
Hi,
The built in text file device will not export graphics such as lines and
shapes. In order to do so, you would need to create a custom text file
device that converts these report components to their equivalent text
r… -
Hi Hannes,
I'm sorry, we are not familiar with RightFax. Perhaps another customer will
chime in with their experiences.
--
Regards,
Nico Cizik
Digital Metaphors
in RightFax integration Comment by nicocizik December 2006 -
One option would be to take complete control over the print button in the
previewer so you could process the dataset before the report is printed.
Note that if you override the OnClick event of the print button, you will
need to ad… -
Hi Eddy,
I'm a bit unclear why you need to alter your master dataset during the
report generation. Would it be possible to do this before calling
Report.Print? It is never good to alter the data the report is using duringHi Eddy,
Thanks, perhaps this is a bit unclear. You will notice the asterisk next to
the "RTF, HTML, Excel, etc." line. At the bottom of the page, it explains
that a third party exporting utility will need to be used to expo…Hi Eddy,
ReportBuilder does not natively export to Excel. Currently RB has the
ability to export to delimited text, emulation text, Archive, PDF, and XHTML
(Server only). Where on our website did you see this information? I…Hi Mike,
You can do so by setting the TppArchiveReader.DeviceType to the name of
Waler's PDF device, and by setting AllowPrintToFile to True. Then when you
call Print, the report will print to PDF.
--
Regards…Hi Goncalo,
ReportBuilder does not have a PDF viewer included. If you would like to
save reports to a database to be viewed later inside ReportBuilder, your
best option would be to either save the report template or a generat…Hi Roberto,
1. This has been fixed for the latest version of ReportBuilder. Please
upgrade to RB 10.04.
2. Duplexing can be set from the print dialog or by default using the
TppPrinterSetup object. I'm a bit unc…Hi Stuart,
If you are a registered user of RB 7, please send an email to
info@digital-metaphors.com with your serial number and purchasing email
address for upgrade instructions.
--
Regards,
Nico Ci…Hi Stuart,
This issue was solved for the most part for RB 7.04. I would suggest
downloading a trial edition of ReportBuilder 10.05 for Delphi 6 and testing
with that. Be sure to back up an templates you currently have saved …Hi Tugrul,
The group footer is meant to be a marker for the end of a group. There is
no built in feature that allows to printing of the group footer on each
page. Try using the Page Footer (FooterBand) instead and perhaps ch…Hi,
Which third party utility are you using to export to Excel? You may get a
quicker response by emailing their support directly and asking about this
issue.
--
Regards,
Nico Cizik
Digital Me…Hi James,
Thanks very much for the feedback. We are continually looking to enhance
the current PDF device and will consider adding quality RichText and Barcode
output to a later release. The addition of new export devices is…Hi Wolfgang,
This is not currently a feature of the PDF device however it is on our to-do
list for a future release to provide the option to lock/encrypt a PDF file
generated with ReportBuilder. I believe most of the third pa…Hi,
Do you get the same behavior if you print directly instead of from the
preview window? Be sure that all the components on your report fall within
the boundaries if you print to the Epson printer.
--
Regar…Hi,
I'm a bit unclear about the steps your users are taking to create this
issue. Are they actually printing to the HP Laserjet, then re-printing to
the Epson or are they switching from one printer to the other inside the
Hi Eugenio,
In this case, instead of checking the Report.AbsolutPageNo = 1, try
comparing it to the first value in the page list of the printer device.
This will accomidate for the possibility that your users might enter a pag…> We are using Delphi 7.0 and report builder 3.X.
Are you using the latest version of ReportBuilder? If not, try downloading
a trial edition of RB 10.05 and see if that fixes the problem. If you
already use RB 10.05, plea…Hi Shivu,
This is not a known issue with ReportBuilder. Which version of
ReportBuilder/Delphi/Windows are you using? What are the differences
between the setups of each PC?
--
Regards,
Nico Cizik<…Hi Steve,
Thanks for the information. We will definitely research this for a possible
enhancement to a later release of ReportBuilder.
--
Regards,
Nico Cizik
Digital Metaphors
in Output for Offset Printer Comment by nicocizik March 2007Hi Steve,
I'm not familiar with ImageEn however from what Chris said it seems it would
be the best to use in your case as they have CMYK support. Perhaps there is
a property or setting in the image class that will prevent the…