nicocizik
Comments
-
I also recommend updating your version of ReportBuilder to 10.09. Contact
info@digital-metaphors.com with your serial number and purchasing email
address for upgrade instructions.
--
Regards,
Nico Cizik
… -
Hi Bernhard,
This is not a known issue. ReportBuilder uses the duplex options given by
the Windows API. Check your printer driver settings to be sure it is not
causing this behavior. Do you perhaps have your printer driver … -
Hi Paul,
If possible, please send a small example demonstrating this issue to
support@digital-metaphors.com in .zip format and I'll take a look at it for
you.
--
Regards,
Nico Cizik
Digital Met… -
Hi Pat,
ReportBuilder does not natively give control over the print quality of a
report. You will need to access the driver directly to do so.
Controlling the print quality can be done using the Device Settings of theHi Ben,
Take a look at demo 153 (dm0153.pas) located in the \Demos\1. Reports\...
directory. This demo shows how to spawn a new report for each record
clicked in the main report. Although the example spawns a new report as a…Hi Ben,
What exactly would you like to accomplish? Once all drawcommands have been
generated, the dataset has been fully traversed so when you click on the
drawcommand, it has no concept of the record that was traversed when …Hi Abel,
The TppDPTeeChart does not support single record iterations inside a report.
One option is to use a TDBChart on a form with this option and display the
image of that chart on the report.
in Datasource / Single record Comment by nicocizik April 2009Hi Paul,
For future reference, please send all example to
support@digital-metaphors.com.
Are you able to recreate this issue using one of the End User examples? I
am not able to recreate the issue myself because I …Hi Paul,
In my testing, I was unable to recreate the issue following your steps
below. Please send a small example using the DBDEMOS database that I can run
on my machine to support@digital-metaphors.com in .zip format and I'l…Hi Mark,
Yes this is correct. The default font is saved as the last font used
when the report is saved. You can override this behavior by altering
the RBuilder.ini as described in my earlier post on this thread.
Hi Kevin,
The default font assigned (along with other default options) are kept in the
RBuilder.ini file either located in your \LocalSettings or WINSYS
directory. Adjusting these properties will ensure the default is always …Hi Mike,
Have you considered using the Page Style band? This band by definition will
print all of its components behind the other report components. Placing
text here with a lighter colored font would give you the desired ef…Hi Mike,
In my testing with the Report Explorer demo, I was able to change the theme
without any errors in the FormCreate event.
To adjust the sub-theme of the Office2007 theme, you can access the
ppOffice2007Scheme…There is currently no feature that automatically detects the image type for
a DBImage. This is definitely something we would like to add for a later
release
--
Regards,
Nico Cizik
Digital Metaphors
…Hi Justin,
Are you able to run the RAP demos located in the \Demos\0. RAP\...
directory?
--
Regards,
Nico Cizik
Digital Metaphors
http:/…Hi Justin,
This error indicates that the interface section of one of the source files
has been altered or there is an old file still being used from an older
version of ReportBuilder. Check to be sure your library path is not…Hi Justin,
This is not a known issue with RB 11.04. Are you able to recreate this
using the Report Explorer demo and the DBDEMOS database? If so, please give
me the steps I can take to create the error on my machine or send …Hi Michael,
ReportBuilder does not natively support the viewing of HTML. The third pary
component TRichView however does have a wrapper for Reportbuilder that
allows this and could be useful in your case.
in Displaying HTML text Comment by nicocizik May 2009Hi Hans,
Also... before sending an example, please upgrade to RB 11.04 and see if
that solves the problem.
--
Regards,
Nico Cizik
Digital Metaphors
Hi Hans,
This is not a known issue with ReportBuilder 11. Please send a copy of a
template created in RB 10.07 that demonstrates this behavior when opened in
RB 11 and I'll take a look at it for you. Send the example in .zip…Hi Richard,
The print process has already begun once the OnGetAutoSearchValues event
fires therefore it is too late to cancel the report. The latest event to
cancel the report during generation is the OnInitializeParameters e…Hi Chris,
Section subreport are meant to be used to combine multiple reports into a
single report (inside the detail band). One option would be to place all
your report information in a section subreport in the detail band of…Hi Ricardo,
Yes, if you change from the default printer after the report has already
been previewed, the engine is re-initialized which in turn re-opens the
pipelines connected to the report.
--
Regards,
Hi Ricardo,
Re-reading your post, you do not want to set up your data access inside the
DetailBand.BeforeGenerate event. This is much too late to do so and this
event can fire multiple times. Perhaps try using a different ev…Ricardo,
Which version of ReportBuilder and Delphi are you using? If you create a
minimal example, (form, report, button) are you able to recreate this
behavior?
--
Regards,
Nico Cizik
Digital…Hi J-Pierre,
Take a look at the following article.
http://www.digital-metaphors.com/rbWiki/DADE/Fundamentals/Date_Formatting…Hi Kevin,
Take a look at the following article on creating RAP globals in Delphi code.
http://www.digital-met…Hi Filip,
We are still researching this and will post our findings as soon as
possible.
Thanks for your patience.
--
Regards,
Nico Cizik
Digital Metaphors
in AV on Template.LoadfromStream with latest version (4.92) of FASTMM MemoryManager Comment by nicocizik May 2009Filip,
Please do not post attachments to these newsgroups. This is against our
newsgroup policy. Send all examples in .zip format to
support@digital-metpahors.com.
Yes, I was able to recreate the issue. Just to b…