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
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