Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Supressing Group headers and/or footers
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01045716
Message ID:
01045925
Views:
27
This message has been marked as the solution to the initial question of the thread.
>So there's no way to say something like loReportlistener.printfooters = .f. Pity

Nope ... no simple property that turns off data group headers and footers.


>Also, you can't suppress the column like I showed by using print when, can you?


You can suppress a column by using Print When logic, but it doesn't move the remaining columns over. You'll have to put two sets of amount columns on the report and then conditional print one of them with Print When logic.

The other alternative is to put two generic columns on the report and use EVAL() in the expression to determine what to print for each column.

With a report listener it is possible to alter the X,Y coordinates before printing, but it might be more work than you want to do in this case. The classic Print When logic should do what you want to do.
Cathy Pountney, Microsoft Visual FoxPro MVP
Memorial Business Systems, Inc. (www.mbs-intl.com)

My Website: (www.frontier2000.com)
My Blog: (www.cathypountney.blogspot.com)
My Book: The Visual FoxPro Report Writer - Pushing it to the Limit and Beyond
Free MSDN Article: What's New in the VFP 9.0 Report Writer
Free MSDN Article: The VFP 9.0 Report Writer In Action
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform