Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Line space in report 1

Status
Not open for further replies.

keepingbusy

Programmer
Apr 9, 2000
1,470
GB

Hi,

Hope I can explain this suitably and to simplify it I've changed the field names:

I have a straight forward report with Page header, Detail and Footer bands. In the Detail band are several fields from a dbf, one of which is called "NAME". On the Print when tab the setting Print Repeated Values is set to no. To the right of the "NAME" field is another field called "ADDRESS". Under the "ADDRESS" field is another field called "TELEPHONE".

The Print when tab for the "TELEPHONE" field has a few settings, Print only when expression is true and Remove line if blank.

So how this works is that you could have a set of records linked to "John Smith" but the name will only appear once (Print repeated values set to no), there could be more than address, there could be more than one telephone number.

However, when all records for John Smith have been printed, I need a blank line to separate the next name and linked records as above.

The report works perfectly so I'm guessing only a minor tweak is required here guys.

Thank you in anticipation of your advice.


Lee
 
Create a report Group on the name expression. Once you have the band for that group, make the group footer band the height you want between each name (group), but with nothing in it.
 

Hi Dan

Thank you for the advice. Problem has been resolved by using your suggestions.

Lee
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top