PDA

View Full Version : Nested Subreports



HenryEgal
10-Feb-2006, 01:29 PM
Hi all! Is there a way to do nested subreports? I have a report with a
subreport. In that Subreport I want to insert another subreport. The
option is dimmed out, but looking for any possible tricks!! Thanks, henry

JimNC9
10-Feb-2006, 01:38 PM
Set a conditional flag for each subreport. Check the flag before executing
the subreport.


Jim /*

WebApp Hosting
http://www.advanceddesignsinc.com/Web%20Hosting.htm



"Henry Egal" <Henry@horizon-is.com> wrote in message
news:5C6M5%23mLGHA.4760@dacmail.dataaccess.com...
> Hi all! Is there a way to do nested subreports? I have a report with a
> subreport. In that Subreport I want to insert another subreport. The
> option is dimmed out, but looking for any possible tricks!! Thanks, henry
>
>

David Martinko
10-Feb-2006, 01:39 PM
Nested subreports are not allowed. Perhaps if you tell us what the end
result is... we can help you do that.

There is a tempfile.pkg I posted recently that allows you to create
temporary files and you can then set the datapath of the report to the
tempfile... so basically you save the data the way you want to see it... and
just print the file.

--
David Martinko
Redeemed Software
248-535-7495
RedeemedSoftware(SHIFT+2)Hotmail(PERIOD)com
www.redeemedsoftware.com
www.redeemedhosting.com

"Henry Egal" <Henry@horizon-is.com> wrote in message
news:5C6M5%23mLGHA.4760@dacmail.dataaccess.com...
Hi all! Is there a way to do nested subreports? I have a report with a
subreport. In that Subreport I want to insert another subreport. The
option is dimmed out, but looking for any possible tricks!! Thanks, henry

HenryEgal
10-Feb-2006, 03:14 PM
Jim and David thanks for the respones!

The user wanted items from the same group information displayed different
ways on the same line....if that makes sense. I ended up adding a
Cross-Tab in the GroupFooter. Worke out nice. Would have been easier
with a different subreport, but it looks like crystal dosen't support that.
Thanks!!!!!!! Henry

"David Martinko" <RedeemedSoftware@Hotmail.com> wrote in message
news:cPMljFnLGHA.4760@dacmail.dataaccess.com...
> Nested subreports are not allowed. Perhaps if you tell us what the end
> result is... we can help you do that.
>
> There is a tempfile.pkg I posted recently that allows you to create
> temporary files and you can then set the datapath of the report to the
> tempfile... so basically you save the data the way you want to see it...
and
> just print the file.
>
> --
> David Martinko
> Redeemed Software
> 248-535-7495
> RedeemedSoftware(SHIFT+2)Hotmail(PERIOD)com
> www.redeemedsoftware.com
> www.redeemedhosting.com
>
> "Henry Egal" <Henry@horizon-is.com> wrote in message
> news:5C6M5%23mLGHA.4760@dacmail.dataaccess.com...
> Hi all! Is there a way to do nested subreports? I have a report with a
> subreport. In that Subreport I want to insert another subreport. The
> option is dimmed out, but looking for any possible tricks!! Thanks, henry
>
>
>