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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

one record per page in a report??

Status
Not open for further replies.

ejhemler

Programmer
Aug 30, 2002
68
US
is there a way to only print one record per page for a report in foxpro 6.0? I still want the heading and footing to print on each page though. if there is, could someone please tell me how? i can't seem to find a way to do this. thanks in advance.
erik
 
is there a way to only print one record per page for a report in foxpro 6.0? I still want the heading and footing to print on each page though. if there is, could someone please tell me how? i can't seem to find a way to do this. thanks in advance.

Create a group and reset the group option at every page. Mike Gagnon

If you want to get the best response to a question, please check out FAQ184-2483 first or check this link
 
Mike is correct....

To take it one step further....when you create your data grouping, make sure it is on something unique and cannot accidently be the same as in another record.

I've also seen people expand the detail band to cover a complete page, but that's not a really great way of doing it.

My recommendation is create a data group on recno(). This will work with tables and cursors.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top