nicocizik
Comments
-
Hi Ulf,
It is possible to create a table of contents at the beginning of a report.
Take a look at the following rbWiki article on how this can be done.
in some general questions Comment by nicocizik November 2008 -
Hi Ulf,
Thanks for your interest in ReportBuilder!
To answer your questions...
Yes, ReportBuilder 11 for Delphi 2009 supports unicode text for all
available text objects.
Yes, the report designer for… -
Hello,
For future reference, please use your real name when posting these
newsgroups.
There is no built-in way to add a variable component to a richtext component
inside a report. One option is to manually edit the… -
Hi Dexter,
I am unable to connect to the site as well. Have you tried manually drawing
the gridlines (using shapes and lines) in the PageStyle band. This will
print the lines behind the main report for each page.
… -
Hi Miguel,
There is no built-in feature of the crosstab that allows you to create a
percentage of total column. The crosstab consists of shape, line, and text
objects so it may be possible to make the calculations yourself an… -
Hi Richard,
I believe Nard mentioned in the previous thread that these warnings were
introduced in Delphi 7 to prepare users to move to VCL .NET. They therefore
are not applicable and should be disabled or ignored.
Hi Nols,
By definition, the anything placed on the PageStyle will print behind any
component(s) on the main report.
One option would be to place the column lines or shapes inside the detail
band and have them Stretc…Hi Jeff,
TeeChart 4.04 (Tee400) is the version included with Delphi 7.
All other directories refer to professional versions of TeeChart available
from Steema (http://www.ste…Hi Jeroen,
We went ahead and changed the TextFileDevice to work this way in a patch.
Please email support@digital-metaphors.com to get the patch.
--
Regards,
Nico Cizik
Digital Metaphors
Hi Mervin,
Try commenting out the BorderRound, Border, and Shadow properties and see if
this fixes the compiling issues. I will remove these properties for the
next release of ReportBuilder.
--
Regards,
…Hi Mervin,
Which version of Delphi are you using? We fixed something like this in the
past however maybe the incorrect files were added to the installation
application.
--
Regards,
Nico Cizik
…Hi Bill,
Once the email button is clicked inside the preview window, a TppEmail
object is created, a report is added and the Send routine is called. The
relevant files are ppEmail.pas and ppSMTPMAPI.pas.
--
R…Hi Bill,
We have not seen this behavior before. Have you tried using the email
example in the main demo application? (Demo 110) Take a look at the
following article on displaying the MAPI email errors returned by the client…Hi Bill,
Are you using Windows Vista? If so, you need to be sure Outlook is closed
before running the MAPI plugin. There is a Vista issue (that has yet to be
resolved by Microsoft) that causes an undefined error when trying …Hi Simon,
All formatting is taken care of in the ppDisplayFormat.pas file. If you
take a look at the TppDisplayFormat.Format routine, you can see that if a
"$" is detected in the display format, the FloatToStrF routine is use…Hi Ricardo,
Take a look at the following rbWiki article.
http://www.digital-metaphors.com/rbWiki/Desig…Hi Ali,
I'm a bit unclear about what you are trying to accomplish. How do you
determine which cards are printed to each printer? It sounds like you need
to determine how many cards are going to be printed from each printer b…Hi Philip,
Line 1798 is a generic modal exception. Unfortunately the issue is most
likely somewhere else.
If possible, please send a simple example that demonstrating this issue in
.zip format to support@digital-me…Hi Philip,
Which version of Delphi are you using? If you trace into the ReportBuilder
source by adding RBuilder\Source to your library path, where is the AV
occuring?
--
Regards,
Nico Cizik
Dig…Hi Man,
Be sure the dbCalc component in your summary band does not have a reset
group. Otherwise it will reset its value each time the group breaks.
--
Regards,
Nico Cizik
Digital Metaphors
Hi Whitney,
Yes it is possible to save report templates as blob fields to an Advantage
database. Have you considered using the ReportBuilder Explorer feature to
manage your templates. This gives a Windows Explorer-like inter…Hi Arno,
Take a look at the following rbWiki article. Note that for RB 10, you will
need to create a custom PDFDevice descendent but for RB 11, the properties
needed are natively included.
in Two reports to 1 PDF file Comment by nicocizik December 2008Hi Peter,
For future reference, please post using your real name in the "From" field.
Take a look at the following rbWiki article.
in Calculating grand total from totals in subreports using RAP Comment by nicocizik December 2008Hi Martin,
Which version of ReportBuilder and Delphi are you using? Does this behavior
occur for every printer you try to print to or is it just a single printer?
Does it occur for every machine you print from?
-- …Hi Fellipe,
The footer band will reserve the space near the bottom of the page whether
it is visible or not. This is done before the report is printed to
determine how much space is available for the detail band(s) to print.<…Hi Fillipe,
You can use the DetailBand.Count property to keep track of how many (detail)
bands have printed per page. Try using the AfterPrint event to check if 22
and toggle the visibility of the footer band.
-- <…Hi Fellipe,
No, the example moves the actual drawcommands to a new position on a page.
You will need to move all objects individually (or in a loop) to preform a
task similar to the example.
--
Regards,<…Hi Fellipe,
Take a look at the following rbWiki article.
http://www.digital-metaphors.com/rbWiki/Desig…Hi Tim,
The Developer's Guide includes examples of creating reports completely in
code. Also take a look at our new support resource, rbWiki. This includes
a wealth of articles and examples on using and creating reports.
Hi Tim,
The limitations that existed with earlier versions of ReportBuilder and
horizontal traversal columns still exist for RB 11. Starting a new column
will essentially start a new page if you are using horizontal traversal…