nicocizik
Comments
-
Hi Mark,
When do you set the height of the summary band? It looks as though you are
doing this before you are adjusting the margins of the main report. If this
is the case, you could possibly use the Template.OnLoadEnd event… -
Hi Mark,
Try to isolate the differences between this report/project, and the others
that you do have working correctly. Are you creating certain
components/drawcommands at a different time perhaps? Are you using
differ… -
Hi Jeff,
Sorry for all the questions, we have not heard of this issue before with RB
11 and are trying to isolate the problem. Just to be clear, you are talking
about the top toolbars in the Report designer?
1. At… -
Hi Jeff,
This is not a known issue. Is this an issue at design time or runtime?
Perhaps try performing a corrupt install cleanup and see if that helps the
problem.
in Icons messed up when editing a report Comment by nicocizik January 2010 -
Hi Rick,
I'm very sorry you are having trouble contacting us. The best way to talk
to someone is via email or these newsgroups. If there is something I can
help you with right now, please post it here or send a message toHi Mark,
The TeeChart component is simply a wrapper to the actual TChart component in
Delphi. The editor used inside the report is identical to the one used on a
for in the VCL so theoretically anything you can do with a TeeC…Hi Mike,
In my testing with RB 11.07, I was able to enter the exact function you have
below as a Calc field and the entire call was generated as SQL. Perhaps try
updating your version of ReportBuilder and see if that solves t…Hi Stephen,
Thanks for the information. For future reference, it is very helpful if you
let us know which components you are using prior to asking a question
(especially the components that directly relate to ReportBuil…Hi Simon,
This is true however you will see at the bottom of the routine that
MergeTaggedDBFields is eventually called whether the pipeline in nil or not.
Are you by chance using InfoPower? We recently had a simila…Hi Simon,
This could have an effect depending on when you are changing the name of the
View. Basically ReportBuilder retrieves data from a connected dataset
as-is. If the timing at which that data becomes available does not …Hi Simon,
Thanks for the info. The "" syntax is for backward compatibility. "Code" is the new syntax and should perform the same task. So fa…Hi Simon,
The pipeline attribute in the merge text instruction is to access pipelines
not connected to the report. If this is left empty, ReportBuilder will
automatically use the pipeline connected to the report
(Report…Hi Simon,
If you have Delphi, you have the DBDEMOS database
. It is the data used
in all our demos.
Hi Simon,
If possible, please send a simple example demonstrating this issue (perhaps
using the DBDEMOS database) that I can run on my machine to
support@digital-metaphors.com in .zip format and I'll take a look at it for
Hi Simon,
I'm a bit unclear what you mean by "link a field to the RichText component".
Are you using a TppDBRichText component or TppRichText? If you wish to use
the mailmerge feature, you will need to use the TppRichText com…Hi Graham,
Great, glad you were able to utilize the PaintBox component. Below is an
article on how this feature can be used.
As for your label code, I believe you need to either define a width and
height or set Aut…Thanks Mark,
I received your email and will be in contact with you soon.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors…Hi Mark,
Are you assigning the height of the header and footer bands inside the
OnStartPage as well? From your description below, it sounds like either the
timing at which you are changing the height of a band or the actual v…Hi Larry,
I'm unsure how the header or footer bands were added to your subreports. If
for instance they were created as Section style subreports, they would be
given headers or footers or if at some point a template was loade…Hi Larry,
The header and footer bands are not supported for Child style subreports.
You will need to use the Title/Summary bands or create a group and use the
Group Header/Group Footer bands instead.
--
Regard…Hi Larry,
The easiest way is to create a group that breaks on the master key of the
connected dataset and set the group's NewPage property to True.
You can also try using the TppPageBreak component if you would like.
Hi Praveen,
This issue was fixed for the latest version of ReportBuilder (11.07).
Please upgrade your version and re-test.
Contact info@digital-metaphors.com with your serial number and purchasing
email address for …Hi Petter,
TppReport.OnPreviewFormClose()
--
Regards,
Nico Cizik
Digital Metapho…Hi Jeremy,
ReportBuilder does not natively support Quantum Grid. I do believe however
that we have other customers successfully using it with ReportBuilder.
Perhaps they will chime in with their experiences.
--
Hi Max,
Thanks for the suggestion. We will consider adding QR barcode support for a
later version of ReportBuilder.
For a current solution, you might try finding a Delphi library that will
produce these barcodes as…Hi Clément,
1. Do not set the margins to 0. Most printers have a non-printable area
that can cause problems if printed into.
2. Be sure all the components are within the custom paper size. You
mention that you a…We are apparently still having issues receiving your emails. I just sent a
message to the address you have here. Let me know if you receive it.
--
Regards,
Nico Cizik
Digital Metaphors
in Russian characters in a Report Builder RTF memo? Comment by nicocizik February 2010Hi Jason,
We unfortunately did not receive the example. If possible, please resend
the example to support@digital-metaphors.com.
--
Regards,
Nico Cizik
Digital Metaphors
in Russian characters in a Report Builder RTF memo? Comment by nicocizik February 2010Hi Jason,
In my testing, changing my regional settings to Russian, then exporting
Russian text inside a TppRichText component to PDF worked correctly. Be
sure you are using a font that supports the Russian (Cyrillic) charset.…Hi Croceldon,
Which version of ReportBuilder and Delphi are you using?
The current version of ReportBuilder does not support Unicode text inside an
exported PDF file. It does however support the Cyrillic charset of ANSI …