Peter, There are no "Print When" options for the Detail Bands.
Option two is exactly what I'm trying to work around by utilizing the multiple Detail Bands introduced in 9.0. Cathy shows, almost, the exact scenario I'm facing ... the only exception is that "Table 3" doesn't have any sales for some products. The original report was done in 2.6 "Long Hand" i.e. PROW(), etc. (800 Lines of code --- I don't want to know how many hours the guy spent getting that lined up, been there, done that, 20 years ago!) The client isn't concerned with the headers being in there, I just think it looks like $#!!.<grin> Best, Francis I. Coppage, Jr. "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe." ... Albert Einstein -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Peter Cushing Sent: Monday, June 09, 2008 10:48 AM To: [EMAIL PROTECTED] Subject: Re: Report Writer Situation Francis (net) wrote: > I've got a report with three tables ... related. > > I'm using two detail bands and one Group similar to > 'employeesMD.frx' > in "The VFP Report Writer: Pushing it to the Limit and Beyond" > ... chapter 5 VFP 9 update. > > In actuality it's behaving exactly as I would expect. The > problem is that there are > instances that the third table has no related data. > > What I'd like to be able to do is 'not' print the Detail 2 Header > when there is no data > for that band. I suppose that I could stick Print When's in all > the Header labels, but > I'm wondering if there is a more preferred way ... any > suggestions!!! > I've not used this VFP9 report writer but do you have a Print when option for the whole band? If so could you put in there !eof("File3") Another option might be to select out the data into 1 table/cursor but use an inner join. Then you won't get any records where there is a blank for file 3 Peter ----------------------------------------------------------------- ----------------------- This communication and the information it contains is intended for the person or organisation to whom it is addressed.Its contents are confidential and may be protected in law. Unauthorised use, copying or disclosure of any of it may be unlawful.If you have received this message in error, please notify us immediately by telephone or email. While Rajan Imports has taken every reasonable precaution to minimise the risk of virus transmission through email, we cannot accept liability for any damage which you sustain as a result of software viruses. It is the responsibility of the recipient to ensure that they have adequate virus protection. www.rajan-group.co.uk Rajan Imports Ltd Head Office:61 Great Ducie Street, Manchester M3 1RR. Tel:0161 831 3700 Fax:0161 831 3715 London Office:17-19 Foley Street, London W1W 6DW Tel:0207 299 7960 _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] up.co.uk ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious. Report [OT] Abuse: http://leafe.com/reportAbuse/[EMAIL PROTECTED] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

