Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Want Summary Band at bottom of page.
Message
From
18/09/2008 16:19:46
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01345297
Message ID:
01348739
Views:
47
Thanks, I'll make the changes. Sounds like that will fix it.

By the way, here is a screenshot of the report: http://www.foxite.com/archives/0000194825.htm

Can you help me with the next issue on this report? It is regarding grouping in a multi-detail band report... The screenshot shows my current report that uses only one detail band with a complex "Print When" strategy to make it work.

I currently simulate mutiple bands as a single query containing 3 sets of child records to the main parent. It needs grouping to occur on the second band, based on the Machine_Number of the child records.

When I tried to convert the report to use actual multiple bands, and then added grouping definition, it applies as an outer wrapper to all the detail bands, but I only need it INSIDE of one of the bands.

Do you know of any way to make this work. (See the screenshot for a marked up report to see what I mean)


>Hi Matt,
>
>Sorry about that. Should have noticed that you are using SP2 and consider the new dynamics features. You need two little changes. The class shouldn't derive from ReportListener directly, but from UtilityReportListener:
>
>Define Class demo as UtilityReportListener
>
>This is a class that is stored in the FFC foundation classes and implements the dynamic formatting. Before you can instantiate the object, you need:
>
>SET CLASSLIB TO (HOME()+"ffc\_reportlistener")
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform