nicocizik
Comments
-
> Looks as if I will have to go through all the components in a loop and
Correct. As I mentioned before, there is no automatic way to do this.
ReportBuilder gives you a way to change the username, the rest must be
done ma… -
Hi Mark,
There is no automatic way to do this. You could use the
OnComponentCreate event of the designer to assign your own name/username
which fires after the original is set.
-
After looking at the source, it appears you are correct. When wanting
to completely remove an object from a region you will also need to set
its Band property to nil.
-
Hi Mark,
Yes, adding or removing a component from a region will also add/remove
it from the band. This is all that needs to be done when adding or
removing components from regions.
-
Hi Bas,
No, this is experimental code and should not be used.
-
Hi Denise,
Are you able to duplicate this with the actual example itself? I am
unable to recreate this behavior using the example. This leads me to
believe there is something different between how the example works and
Hi Denise,
Is this occurring at the end of every page or at the end of your report?
Are you able to recreate this behavior using the example included with
the article on the rbWiki site? In my testing the line is always …Hi Zoran,
Nothing was changed in the way ReportBuilder traverses data between RB
14.02 and 14.03. Which band is the TeeChart placed in? Are you using
Groups?
If for instance you have the TeeChart inside the detail…Hi Jeroen,
I apologize, I did not understand your initial requirements.
Yes, the text file device treats each band as a separate line in the
text file generated. The device is simply not designed to produce a
horiz…Sorry, I apparently ignored the CSV implications. No report columns
needed however your subreport idea is still valid.
Hi Jeroen,
Your idea should work correctly. In my quick testing I was able to
alter the number of columns used per iteration of a single subreport
during generation. I needed to alter the Subreport.Report.Columns
prope…Hi Bill,
There are patches available for both these issues.
Send an email to support@digital-metaphors.com requesting the patches.
Hi Eliseu,
That is correct, once you expand all, you will loose individual access
to collapse each subreport. See the Subreport.ExpandAll help topic for
more information on this.
Hi Eliseu,
This is working as designed.
The ExpandDrillDowns sets the ExpandAll property of the Subreport(s) to
True which then makes all subreports un-clickable.
Hi Jeff,
Yes, this seems to be an issue with the printer driver. Try upgrading
the driver if possible. Switching default printers may also be an option.
Hi Jeff,
This is not a known issue. Does this happen for every XP machine that
you try? Are you always connected to the same printer? Are you certain
this machine has proper access to the fonts you are selecting? It seems …Excellent, glad you got it working.
Hi Adam,
TppProducer is an ancestor to the report. Try using the report in place
of FProducer.
Hi Adam,
In this case you would need to do something similar to what is coded in
the Viewer.Print method (only assigning a different DeviceType).
Hi Adam,
Thanks, looking back at your old post I now see what is happening. In
order to print from the preview/viewer, the screen device first needs to
be disconnected so the onscreen report is not regenerated. In your code …Hi Adam,
If you set the Report.AllowPrintToFile and ShowPrintDialog properties to
True and preview the report, you can export to PDF by selecting the
Print button. Then from the print dialog, you can use the bottom "print
Hi Adam,
Yes but you mention that you are using a custom preview. If you try
exporting to PDF using the non-custom (built-in) preview, do you still
get the same behavior?
Hi Adam,
This is not a known issue. If you try to print to PDF using the
built-in preview (or directly) do you get the same behavior? Are you
trying to export to PDF and generate to screen at the same time?
This is an official patch for RB 14.03. The fix will be included in all
new releases of ReportBuilder.
Hi Jo,
There is a patch available that fixes this issue. Send an email to
support@digital-metaphors.com.
Hi Michael,
Thanks for pointing this out. It seems in some cases while previewing
from the designer the scroll bar is loosing focus. I will research this
further and post back here when a solution is found.
Hi Zoran,
In my testing with Delphi XE2 and RB 14.03 I was unable to recreate this
behavior. Are you experiencing this only at runtime? Is this in the
Designer preview or just the preview window itself? Are you using a
Hi Stef,
RB 14 for certain later versions of Delphi no longer uses ppZLib, but
just the built-in ZLib unit. Try setting CompressionLevel := ZLib.clNone;
Hi Bas,
If you temporarily remove your custom print dialog from the project and
use the built-in one, is the translation correct? If, when using your
custom dialog, you place a break point inside the LanguageChanged
rou…Hi Bas,
Did you copy the existing print dialog before adding the custom items?
If so, you need to be sure you have implemented the LanguageChanged
routine and that it's called when the language has been changed. All
tex…