DrillDown and RB 11.06
RBuilder 11.06
Delpho 2007 - Delphi 2010
I have a problem with some reports using drilldown.
This problem arised when I upgraded from RB 11.04 to RB 11.06
It's very hard to explain it: when drilldown it's involved some text
components are not drawn (maybe they're hidden) and some are drawn in a
wrong vertical position and/or page.
Is there any known issue like this?
If not, I'll provide a more precise illustration (and maybe an example) in a
few days.
Thank you in advance.
Massimiliano Trezzi.
Delpho 2007 - Delphi 2010
I have a problem with some reports using drilldown.
This problem arised when I upgraded from RB 11.04 to RB 11.06
It's very hard to explain it: when drilldown it's involved some text
components are not drawn (maybe they're hidden) and some are drawn in a
wrong vertical position and/or page.
Is there any known issue like this?
If not, I'll provide a more precise illustration (and maybe an example) in a
few days.
Thank you in advance.
Massimiliano Trezzi.
This discussion has been closed.
Comments
This is not a known issue. Make sure you do not have a corrupt installation,
follow the steps in this article.
http://www.digital-metaphors.com/rbWiki/General/Installation/Cleaning_Up_a_Corrupt_Install
If you still have an issue, try creating an example project that we can
build and run here in the debugger. Use standard Delphi components and RB.
Send in zip format to support@
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
It was the report's PassSetting property that was set to psTwoPass, but it
must be psOnePass on reports with drilldown. Isn't it?
Note that in 11.04 this report worked fine.
Thank you,
Massimiliano Trezzi
I try to explain:
I have a main pipeline (A_Pipeline) with some summary data attached to the
main detail band of my report.
I have a detail pipeline (B_Pipeline) with some descriptive data linked to
the main pipeline, but the relation between the two is one to one.
I have some pipelines with details data attached to some subreports visibile
throught the drilldown feature.
In the main detail band of the report I print some B_Pipeline's data near to
the A_Pipeline's data, but when the user begin to "drill down" they begin to
be out of synch: the B_Pipeline's data is always related to the succeeding
A_Pipeline's record.
I repeat: this report worked fine from RB7 to RB 11.04!
Thank you in advance.
Massimiliano Trezzi.
"Massimiliano Trezzi" ha
--
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com