nicocizik
Comments
-
This is a known issue and a patch is available to fix it. Send an email
to support@digital-metaphors.com requesting the patch.
-
Hi Christoph,
Are you using a DBCalc component to calculate this sum or are you making
this calculation manually in code. If manually, which event are you
performing the calculation. Is your detail band's print height set to… -
This question was answered via email. There is a patch available that
was sent and should solve these issues.
-
Hi Peter,
Once the print dialog has closed (OnPrintDialogClose), try checking the
Report.PrintDialog.DeviceType property rather than Report.DeviceType to
determine which file device was selected.
-
This issue will be fixed for the next release of ReportBuilder.
-
Hi Murilo,
Thanks for pointing this out. This seems to be an issue with Delphi 7
only at Delphi design-time. We will continue to research this and keep
you up to date on a solution (likely with the next release of
Repo… -
Hi Uli,
Try resetting the Report object and the Report.Engine before calling
RegenerateReport on the viewer. In my testing this solved the issue
when moving from no pagebreak to pagebreak.
-
Hi Uli,
I would need to see an example of this in action to understand what is
happening. As a test, try first printing the report with the PageBreak
visible, then regenerate it with it hidden. Does that still give an
… -
Hi Uli,
The BeforePrint event should fire.
If you place a break point inside the detail band BeforePrint, is it not
firing? In my test example I created earlier, this event fires
correctly and toggles the visibilit… -
Hi Uli,
I'm a bit unclear about what you mean by "closes the preview first". In
my quick testing with the built-in preview (and the Print button calling
Viewer.RegenerateReport rather than Print), the report was successfully … -
Hi David,
The easiest way to do this would be to filter out the record before it
is given to ReportBuilder using SQL. If this isn't possible, you can
try using the BeforeGenerate or BeforePrint event of the detail band to
In my quick testing with code similar to yours (the code used in the
AddWatermark example), the text is showing up as expected on every page
of an archive.
Try tracing into your code and see if text is actually being added and…Hi Uli,
You will want to use the OnReadPage event instead when using the
ArchiveReader. See the RB help for more info.
Hi Uli,
Layers are conceptual only in that they are only a way for ReportBuilder
to organize the drawcommands rendered.
An archive file does not save layer information. It is possible however
to manually add a wate…Hi Rene,
Attempting to hide the entire band in the BeforePrint/Generate is likely
too late.
Rather than hiding the entire band(s) themselves, try hiding the
components inside the band. Placing the components inside…Hi Al,
This is not a feature of the text components in ReportBuilder. You will
need to create a new component (Label) to act as a sub/superscript.
Hi David,
Unfortunately no, once you load a report that does not have access to
the proper pipeline connections, these will be ignored and lost in the
template when you save again.
The best way to work around this i…Hi Uli,
You could use the DetailBand.BeforePrint or BeforeGenerate event to
check the appropriate fields. If they are empty, you could display a
message, or hide all components inside the detail band so it does not
disp…Hi Uli,
When you say "empty" detailband, do you mean that it contains no report
components or that there is no data being printed?
For the former you could use a report object loop to check if there are
components p…Hi David,
1. You can also use the crosstab events to alter the cell values. See
the demos I mentioned in my previous post.
2. The crosstab component is simply counting the records related to the
field you selected.…Hi David,
You should be able to recreate this using the Crosstab feature in
ReportBuilder. Take a look at the crosstab demos located in the
\Demos\Crosstab\... directory for some good examples of what can be
accomplishe…This is a known issue. Contact support@digital-metaphors.com for a patch.
Hi John,
We have not seen this behavior before.
What type of image are you trying to display? Are you able to recreate
this with a simple example I could run here on my machine? If so,
please send the example in .…There is a patch available that should solve this issue. Send an email
to support@digital-metaphors.com to receive the patch.
Hi Eliseu,
There is currently no built-in procedure or property to determine
whether the user is paging forward or backward through the report.
Thanks for the feedback, we will consider this for the future.
Hi Eliseu,
You can use the various page events such as Report.OnStartPage or
Viewer.PageChange to determine when a page has been changed.
Note that if you are having issues with calculations remaining
consistent, I …Hi Trev,
Whey you say "column" are you referring to a Report column defined using
the Page Setup, or a stand-alone column of text? A report column is
simply a shortened detail band. Placing stretchable text inside should
Hi Trevor,
If you would like the text to wordwrap and automatically grow vertically
to show the text being wrapped, you need to use a stretchable component
such as TppMemo or TppDBMemo.
If you would like the compone…Hi Uli,
Are you able to recreate this with an example I could run here. All
tests I try, the hour glass/spinning circle disappears once the report
is finished generating.
If possible, please send the example in .zi…