nicocizik
Comments
-
Hi Klaus,
You can access the column options directly from the designer by selecting
the File | Page Setup menu option, then clicking over to the Layout tab.
--
-
Hi Klaus,
You are given one ColumnHeaderBand and one ColumnFooterBand when creating
columns. If you need another band for a column, you will need to create a
group and use the group header or footer.
--
-
Hi Astner,
You can do this by creating your report with columns and setting your
Report.DetailBand.ColumnTraversal := ctLeftToRight. This is a published
property so it can be set in the Object Inspector. This will cause eachHi Roger,
Be sure that your library path is pointing to the correct version of
TeeChart in your Delphi root directory. Also be sure you do not have any
other TeeChart Versions installed or loaded in Delphi.
--
Hi Roger,
Be sure that your library path is pointing to the correct version of
TeeChart in your Delphi root directory. Also be sure you do not have any
other TeeChart Versions installed or loaded in Delphi. You can also try
Hi Jef,
I am having a bit of a hard time understanding what is happening. Would it
be possible for you to create a small Delphi example demonstrating the
problem along with a description of how you would like your report to loo…Hi Weverton,
Please send the example to support@digital-metaphors.com and I'll take a
look.
--
Hi Weverton,
Are you able to print your richtext to a Delphi TRichEd and get a correct
display? The TppRichText component relies on the TRichEd component to read
RTF data. Below are a couple articles that may help.
…Hi John,
Please send a small example demonstrating the problem in .zip format to
support@digital-metaphors.com and I'll take a look at fixing it for you.
--
Hi Kalle,
I am a bit unclear about what you are after. If you would like to print a
verticle label, check out the freeware add-on product RotatedText available
for download from our website in the friends | rcl section.
The easiest way would be to use DADE and create a calculated field in a
dataview. Otherwise you would need to use a JITPipeline conected to a
string list with the calculated fields already in it. Try creating a
calculated field in D…Hi,
When grouping on a TppVarible you will need to make your calculations in the
OnGetText event so the group will be able to know when the variable's value
has changed. This however could cause problems as the OnGetText event …Try adding raCodMod to your 'uses' clause.
--
Hi Peter,
The visibility of the DetailBand was included to temporarily toggle this
property. ReportBuilder will not finish generating the rest of the bands
until the DetailBand has finished. Your report should have no problems…Hi Marcelo,
It is possible to join two datapipelines in code when you have edited the
sql in DADE. Follow the link below for an example of how this is done.
in Join fields between SQL-Edited data pipelines Comment by nicocizik August 2003
----------------------------------------------
Article: ReportBuilder's RichText architecture
----------------------------------------------
The RichText in ReportBuilder is a wrapper around Delphi's TRichEdit which<…Hi Carlos,
The reason you are receiving an AV error is that you are trying to display
the print dialog before it has been created. You will need to create a new
print dialog and access its properties after that. Once you creat…Hi Carlos,
There is no built in way to change the default printer in Delphi. Depending
on which Operating System you are using, you may have to chang the Win.ini
file along with the registry. Starting with Windows NT, all defa…Hi Carlos,
Yes, this is probably related to the margins you have set for your report.
When ReportBuilder generates a report, it uses the printer driver to
determine how much space it has to print a page. If the margins of theHi Vinh,
Thanks for reporting this bug. A patch is available and was sent via.
e-mail.
--
Hi John,
The crosstab contains its own traversal engine. You will not be able to
simply add values into individual cells during the regular report traversal.
Your best solution would be to create a new calculated field in your …Hi John,
When you set the text value in the GetValueText event, the crosstab
component has already traversed the data in your dataset so you will only be
retreiving the last record. You will either need to re-order the dataset …Hi Jay,
---------------------------------------------------------------------
Article: ReportBuilder Image Support
---------------------------------------------------------------------
ReportBuilder natively supports …Hi Carla,
Please send a small example demonstrating the problem in .zip format to
support@digital-metaphors.com and I'll take a look at it for you.
--
Hi John,
The "tips" directory is generally used to provide users of the newsgroups a
way to download examples that we create specifically for them. Most of the
examples located in Tips are customized for a specific user or a sp…Hello,
1. Check out the example below on the best way to calculate totals in
subreports and grand totals based on subreports. You will need to use a
number of TppVariable components and their OnCalc events to produce the
…Hi Antonio,
If you would like a completely thread safe application, you will need to
create a separate connection altogether. However, you could possibly send
the connection parameter to the ShowForm method defined in the FormD…Hi Jameira,
Check out the AutoSearch Demos located in the \RBuilder\Demos\Autosearch\...
directory. Using AutoSearch, you give the user the ability to enter any
criteria they would like and view a report according to that crite…Hi Jamie,
Here is the SQL used to create the rbItem table for the IBX enduser
solution. To view the rest of the SQL used to create the rest of the
tables, see the CreateEndUserTables.sql file located in the
\RBuilder\Demos…Hi Jamie,
If you would just like to change the report layout using the Report
Designer, you can open an existing .rtm file using the File | Open menu
option inside the Report Designer.
Check out the following example.…