nicocizik
Comments
-
Hi,
Thanks for the suggestion.
--
-
Hi Susie,
Are you conditionally setting the Detail Band's visibility to false?
Without the detail band, the report engine will not be able to calculate the
amount of space it needs to print each record of the dataset and therefo… -
Hi Susie,
I'm sorry, but by definition a Section Style subreport will not print the
main report's page footer. A work around could be to create a copy of your
existing page footer inside the subreport's footer or summary band.<… -
Hi Susie,
If you are using a Section Style subreport, you can set the ResetPageNo to
False so you do not loose the report page numbering. This property is
published and is available on the subreport component.
--
Hi Stijn,
Try changing your subreport to a Section Style Subreport. This will start a
new page for every subreport printed. If this does not give you the results
you are after, you can try calling Report.DetailBand.OutOfSpace …Hello,
In my testing, using "#,0;-#,0" seemed to work correctly. Be sure your
Windows Regional Settings are not overriding this. I believe when you do
not define a negative number format, ReportBuilder will use the Windows
Hi Vishal,
Please see the CrossTab demos located in the \RBuilder\Demos\2.
CrossTabs\... directory. You will want to take a look at the crosstab demos
121 - 130.
--
Hi Thyago,
There are no compatablity issues between RB 5 and RB 7. Before trying to
load these reports directly in ReportBuilder Server, I would first get them
working in ReportBuilder 7 Enterprise. Then when you load them in …Hi Fred,
I'm a bit unclear about how you would like your report to behave. What
would you like to happen once the detail band reaches 4 inches? Also are
you using subreports for your second "Detail band"? If you would like it…Hi Mike,
Also take a look at the following example of a report that acts like a
spreadsheet in Excel. This may give you some more ideas on how you can
reach a solution quicker.
in Printing grid contents Comment by nicocizik January 2004Hi Mike,
Take a look at the CrossTab component in ReportBuilder.(\RBuilder\Demos\2.
CrossTabs\...) This enables you to create a dynamic grid-type output on a
report. If this is not a good solution for your needs, there are a c…Hi,
I would recommend saving the charts as images once they are created and then
showing them in a TppImage component on your report. I believe you can save
a TeeChart as a wmf, which can then be streamed or loaded from file in…Hi,
Frederic is correct, you will need to save the binary data to a file, open a
connection to your other database and load the file into a blob field in
that database.
--
Hello,
Are you trying to transfer the report template between two SQL Server
databases or two completely different types fo databases? If you are
transferring between two SQL Server databases, it should just be a matter of
Stijn,
How would you like your report to look? Would you like you dbmemo to print
on top of the subreport? A Section style subreport will start a new page
for the subreport so this could be an issue. Please provide more
…Keith,
If possible please send a small example that demonstrates this behavior to
support@digital-metaphors.com and I'll take a look at it.
--
Hi Mark,
Yes, ReportBuilder makes and converts all measurements into microns or
1/1000 mm before processing. There are some utility functions you can use
in the ppUtils.pas file to make conversions on these numbers.
…Hi Mark,
There are a couple of other ways to force a page break you might want to
try.
1. Try calling Band.OutOfSpace. The will tell the engine that a band has
run out of space forcing a page break. Remember that p…Hi Lon,
Some things to try...
1. Be sure the Report.AutoStop property is set to True.
2. Be sure you are not connecting your report and crosstab component to the
same datapipeline.
3. Try not to pr…Hi Didier,
In the future, if you would like to send us an attachement, please send it
to support@digital-metaphors.com and we'll take a look at it.
As a first step to getting this working is to convert your existing report…Hi Didier,
Sorry, I did not see this post...
Yes, this would be my first approach to solving this problem.
--
Alex,
With some versions of TeeChart we have found that it cannot find the
ReportBuilder pipelines occationally. Then in order to show something in
the pull down dialog, it will create a new pipeline. This is probably where
Alex,
The reason you are receiving this error is that you are using the version of
TeeChart that comes with Delphi. In order to solve this issue, you will
need to either purchase a registered copy of TeeChart from
Hi Alex,
You need to add ppChrtUI to your 'uses' clause.
-----------------------------------------------------------
Article: Controlling the End-User Environment
------------------------------------------------…Hi Angus,
After checking with sales, it seems we have not received any of your emails.
Please send the message to support@digital-metaphors.com and I'll make sure
it gets to the right people. Sorry for the inconvenience.
<…Hello,
If you would like to print something in the footer band based on which page
it is on, you can use the TppFooterBand.BeforePrint event to check which
page the report is on and set certain components' visible property based…Hi Adam,
You can create a group based on an invisible label with the "reprint group
header on subsequent pages" option checked. Then you will receive a new
group header band and footer band to use however you like.
D…Didier,
I was not aware of a daNexusdb Dade plugin and nothing like that has been
tested here. I would suggest contacting the Nexus guys and see if they can
provide some insite on how to use their plugin.
--
Hi Adam,
Be sure that the SkipWhenNoRecords property is set to True on all your
detail datapipelines. Also, you might try moving your column headers into a
group header as I suggested in your other post as this will always prin…