I am currently modifying the existing crystal report with the new business requirements, after making chaanges it works fine but while printing its puts an extra blank page after details section. Have tried all possibilities of removing/adding new page after config section for all sections it did help.
It seems to be problem with in the details section, but I cant figured out where its causing. It looks perfect from Main report preview but when I export to PDF it puts a blank page nothing printed on this. The report was developed to print two sections in one page but the new requirement doest need that so I have removed it(making height/width as page width) not sure if this causing?
Also with in the grouping section there is formula added Round({tblTable.ID}/2,0) think for every two details page its printing one group footer then a blank page after footer, so I have changed this to Round({tblTable.ID}/1,0) which prints the group footer for every details page but printing blank page after details page.
Any idea to supress the blank page?
Thanks in advace