Normal Topic Report Spaces (Read 454 times)
NightHawk
Member
*
Offline


No personal text

Posts: 20
Joined: Feb 9th, 2006
Report Spaces
Mar 10th, 2006 at 11:11pm
Print Post Print Post  
I have written a report that has a list of fields including client# and amount they are past due with me.. I have the report spitting out the info it proper columns but I have 2 issues.. 

How can I add a blank line in between the grouping of client#'s.  Spacers push left and right, I want to push down.??

Also, the header info prints with each group, I only want it to print once.  I moved the static text to view header rather than group header and it doesnt seem to change..
  
Back to top
 
IP Logged
 
Bob_Hansen
Senior Member
Members
*****
Offline


WOW, They have the Internet
on computers now!

Posts: 1861
Location: Salem, NH
Joined: Nov 24th, 2002
Re: Report Spaces
Reply #1 - Mar 10th, 2006 at 11:23pm
Print Post Print Post  
Quote:
How can I add a blank line in between the grouping of client#'s.
Try using @NewLine() in the GroupHeader or GroupFooter.

Quote:
Also, the header info prints with each group, I only want it to print once.
Sounds like you might have the info in the GroupHeader vs. the ReportHeader?
  



Bob Hansen
Sesame Database Manager Professional
Sensible Solutions Inc.
Salem, NH
603-898-8223
Skype ID = sensiblesolutions
Back to top
IP Logged
 
Hammer
YaBB Administrator
Lanticans
*****
Offline


Fire bad. Tree pretty.

Posts: 3436
Location: Ohio
Joined: Nov 22nd, 2002
Re: Report Spaces
Reply #2 - Mar 11th, 2006 at 12:31am
Print Post Print Post  
Joe,

Both these things are accomplished with multiple groups. There is a tutorial that starts on page 398 of the 1.1 User Guide. Do that tutorial. You should then have a good idea of how to do what you want, and how to do things like this in general.
  

- Hammer
The plural of anecdote is not data.
Back to top
IP Logged
 
etejeira
Junior Member
**
Offline


No personal text

Posts: 60
Joined: Aug 6th, 2005
Re: Report Spaces
Reply #3 - Mar 12th, 2006 at 3:39pm
Print Post Print Post  
Regarding non repeating headers, how do I eliminate the space that remains when the header does not repeat?
  
Back to top
 
IP Logged