nicocizik
Comments
-
Hi Feijo,
You need to set the ShiftRelativeTo property of the second memo to reference
the first memo. This should give you the effect you are after.
--
Regards,
Nico Cizik
Digital Metaphors
Hi Alex,
The standard way to combine multiple reports into one is to create a report
with only a Detail Band. Then place multiple Section Subreports inside the
detail band. Each Section Subreport will act as a separate repor…Hi Harry,
Sorry for the delay.
I'm a bit unclear what you mean. Do you want to remove the lower levels and
add some custom enteries to the outline? Are the lower levels of the
outline incorrect?
<…Hi Dietmar,
Thanks for the suggestions.
The ability to adjust the buffer between the text and border and vertical
text alignment are both features we may look at for a later release.
--
Regards,
Hi Joe,
1. Take a look at the ReportBuilder Reference | TeeChart | Delphi 5 |...
section in the ReportBuilder help file to be sure TeeChart 5.02 is
compatable with your version of ReportBuilder.
2. Check to see th…Hi Dietmar,
Thanks for the suggestion.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Hi Fabio,
Thanks for the further explaination.
This can be done very easily by following the steps below...
1. Set the TppDesigner.Report property to your report object.
2. Load you template file into the repo…Hi Fabio,
Take a look at the "Code Based" thread in the TechTips newsgroup for
numerous examples of createing reports and report objects in code. Also the
ReportBuilder Developer's guide leads you through the complete process…Hi Ben,
Creating a two pass report could possibly work, however the purpose of the
first pass in ReportBuilder is to determine spacing for proper pagination.
You could definitely find out the data and remove the group but I'm …Hi Ben,
Unfortunately ReportBuilder traverses your data as is, beginning to end.
Once the middle group's data is traversed, the first group has already been
generated and printed. One option would be to pre-process your data …Hello,
ReportBuilder does not natively support CSV file exports. Sometime a comma
delimited text file can be used as a CSV file however it is not exported in
the standard CSV format and subreports are not supported. Are you …Hi Jay,
Take a look at the following example of how to start printing labels at a
certain position.
http://www.digital-metaphors.com/tips/SkipL…Hi,
ReportBuilder uses the Windows API function EnumFontFamiliesEx to get a list
of all the fonts available on a system. According to the EnumFontFamiliesEx
documentation "The EnumFontFamiliesEx function enumerates all fonts …Hi Filip,
This is not a known issue. If I reload the project, then double click on
the report object to load the designer, then try to close without changing
anything, I do receive a save dialog. This seems to be a Delphi qu…Hi Filip,
This is actually the Delphi IDE letting you know that the code in your unit
has changed, which is true. You'll notice that when you simply place a
report on a form, only the TppReport object is declaired, however if…Hi Filip,
Is this happening at design time or are you using the TppDesigner component
at runtime? Is your SaveAsTemplate property set to True?
--
Regards,
Nico Cizik
Digital Metaphors
in Designer won't show anymore in delphi IDE Comment by nicocizik November 2005Hi Lars,
Do you have ppJPEG added to your uses clause?
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Hi Lars,
You can alter the Report.DetailBand.BandsPerRecord property any time before
the detail band generates.
--
Regards,
Nico Cizik
Digital Metaphors
in Question about BandsPerRecords Comment by nicocizik November 2005Hi Martha,
What errors are you receiving? As far as I know, when a data-aware
component is pointing toward a field that does not exist, it simply prints
blank.
My first suggestion would be to make a list of the fie…This thread has been handled through email.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Hi Gareth,
Try setting the Report.CachePages property to True and see if that helps the
issue. I'm out of the office today but I'll have a look at your example
when I get back on Monday.
--
Regards,
Hi Ennio,
Take a look at demo 124 located in the \RBuilder\Demos\1. Reports\...
directory. (dm0124.pas). This shows how to send a list of pages to a
device. You will need to do something similar when trying to create PDF
Hi Pat,
This really depends on what you consider a successful print. As far as
ReportBuilder is concerned, a successfull print is determined by the Windows
API calls to the driver are successful. RB however has no knowledge …Hi Denis,
Every time we create a mantanence release we send a notification e-mail to
each registered user's email address they used when purchasing
ReportBuilder. We apologize if you did not receive a notification as thereHi Red,
In the group dialog you will notice the "New Page When Less Than" option.
Adjusting this number will determine the threshold in which a new page will
be started when there is a small amount of space at the bottom of th…Hi Weverton,
My first suggestion would be to create a repor that show only one month of
data at a time. Then based on the user input, alter the dataset to print
each individual month as needed.
--
Regards,
Hi Weverton,
If you place groups in the main report along with Section Subreports, you
will get blank pages at the beginning or end of your report. You will need
to keep each individual group localized to the subreports.
Hi Weverton,
You could set up a master-detail relationship with your data and remove the
need for groups. Then, set your report up similar to the following...
Main Report - connected to Master Data (Enterprise)
Deta…Hi Weverton,
Unfortunately this is not possible either due to the fact that a child
subreport is dynamic height report. There is definitely a way to get this
working for you however. Describe to me exactly how you would like…Hi Weverton,
Sorry for the delay in this response.
If a Section subreport is placed inside any other band than the detail band
(and inside the detail band with other objects present), the subreport by
definition wil…