nicocizik
Comments
-
Hi Peter,
If you have the ShowCancelDialog property set to False, you should not be
seeing the "Accessing Data" message. Also if the AV is occuring during this
time and you are using a JITPipeline to access you data, the issu… -
Hi Peter,
Which version of Delphi are you using? Does the AV occur for every report?
If you create a minimal example consisting of a blank report on a form with
a button, do you still see the AV error?
--
Reg… -
Hi Peter,
We are unaware of this issue. In my quick testing with RB 7.04 for Delphi
7, I was able to successfully export to a PDF file with the ShowCancelDialog
set to False. You may try contacting Waler (support@waler.com) … -
Hi Sergio,
ReportBuilder uses the DEVMODE entery dmDuplex to control the duplex
capabilities of your printer. This is an API call that is to communicate
with your printer driver and inform the printer to print using duplexing… -
Hi Jens,
Have you tried calling it inside the Report.AfterPrint event?
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.c… -
Hi Jens,
Try calling Report.PreviewForm.Close after you have made you calculations.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digita… -
Hi Josep,
If you set your library path to RBuilder\Source and have your debugger stop
on exceptions, are you able to see where the exception occurs?
--
-
Hi Ralf,
The TppDrawBarCode and TppDrawRichText classes are now contained in their
own files.
ppRichTxDrwCmd.pas
ppBarCodDrwCmd.pas
Adding these files to the package should solve the immediate issue.
… -
Hi Igor,
For future reference, please send all attachments via email rather than post
them to this newsgroup. I was able to export your example successfully to
PDF. Will you give me your exact machine and OS specifications a… -
Hi Igor,
Please send a copy of the template you are trying to export to PDF in .zip
format to (nico AT digital-metaphors DOT com).
--
-
Hi Vincenzo,
-----------------------------------------------
Article: Printing to Dot Matrix Printers
-----------------------------------------------
Dot matrix printers are natively line and character based. Most dot… -
Hi Sting,
TExtraDevices is a third party add-on for ReportBuilder so ReportBuilder
does not have anything to do with the creation or placement of image files
when exporting to HTML. I would suggest contacting Waler
(sup… -
This is a multi-part message in MIME format.
-
Hi Vincenzo,
It is possible to customize every dialog in ReportBuilder except the
Designer. See the example and article below for more information.
in Send Report Via eMail Comment by nicocizik November 2004 -
Please do not cross post.
This question has been answered in the DataPipelines newsgroup.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.… -
Hi Richard,
Please put together a small example that recreates this behavior and send it
in .zip format to support@digital-metaphors.com and I'll take a look at it
for you.
--
Regards,
Nico Cizik
Hi Denise,
There is no version of ReportBuilder for Delphi 8. Are you perhaps using
Delphi 7 and ReportBuilder 7.03? Are you able to see this error using the
SQL Server end user demo located in the \RBuilder\Demos\4. EndUser…Hi Denise,
Which version of Delphi/ReportBuilder are you using? Also, which database
are you connecting to?
--
Regards,
Nico Cizik
Digital Metaphors
Hi Jeff,
Usually the issues with transparency does not have much to do with the API
but rather with the printer and printer driver you are using. Some printers
simply do not handle transparent images very well (or at all). T…Hi Paul,
Every report object that descends from the TppCustomText class conatains the
property SaveOrder. Assigning this property will define when each text
field is saved to your text file.
--
Regards,
…Thre is a third party addon available from our website that allows you to
rotate text that may be of some help.
http://www.digital-metaph…Hi,
ReportBuilder 9 supports text rotation natively using the Angle property of
any non-wrapping text component. Please download a trial version of RB 9 to
see this feature in action.
--
Regards,
N…Hi,
Usually when the output of the printer is different than the output of the
screen, then there is some event code firing somewhere that is changing it
during generation. As a test, try commenting out all your event code an…Hi Alex,
Unfortunately the PDF device included with ReportBuilder does not support
embedded fonts. This is on our wish list for the next major release of
ReportBuilder.
--
Regards,
Nico Cizik
…Hi Weverton,
We do not have any extensive documentation on creating your own file device.
I would recommend taking a look at the existing file devices (Text, Archive,
PDF) and using them as a reference to creating your own.
Hi,
Once you set this property to True, you should see the extra Print To File
section at the bottom of the Print Dialog. Then you can enable printing to
file by clicking on the Print To File check box in the lower left of th…Hi,
You need to set the TppReport.AllowPrintToFile property to True before you
print.
--
Regards,
Nico Cizik
Digital Metaphors
http://ww…Please do not cross post.
This question has been answered in the General Newsgroup.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digita…There is a patch available for this issue. Please send an email to
support@digital-metaphors.com.
--
Regards,
Nico Cizik
Digital Metaphors
http://…Hi Jim,
Unfortunately every printer is different. You will need to use trial and
error to figure out the exact line positions inside the memo. Inside the
screen preview of the report, you can zoom to a maximum of 250%. This…