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

print new record information on new page

Status
Not open for further replies.

kbatchu

Technical User
Apr 7, 2003
4
US
Hi,

I am creating a crystal report programmatically using VBA using only text objects and filling them with relevant information from a SQL query. For each record there are multiple text objects. A record information may span more than one page depending upon the information available. How do i programmatically print the information of each record on a new page. I tried the "Start new page" option in my details section and it does introduce a new page but but it keeps overwriting the previous record on the first page and i end up with the information only for the last record. So in the end i just have two pages. How do i programmatically advance to the next page and print the next record information ?

Thanks
Kiran
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top