Printing Blank Pages in VB 6.0 App - Report has 9 linked subreports 
Author Message
 Printing Blank Pages in VB 6.0 App - Report has 9 linked subreports

Hi There!
I have developed a CR 6.0 32- bit report which contains 9 linked subreports
which works fine i.e. prints the correct information in the CR dev env but
prints a blank page when I try to access it from my VB 5.0 app in the View
report screen.

 Is it possible that there is some additional code that I need to cater for
these 9 LINKED Subreports, i.e. like sending additional parameters etc.?

Note:I am working on an Oracle 7 DB

                             Regards
                                Aidan



Mon, 22 Jan 2001 03:00:00 GMT  
 Printing Blank Pages in VB 6.0 App - Report has 9 linked subreports
CRPEJob*  m_PrintJob ;
CRPEJob*  m_PrintSubreportJob ;

m_printJob -> GetNthSubreportInSection.
m_printJob -> GetSubReportInfo.
m_printJob -> OpenSubreportJob.
m_printSubreportJob -> SetNthTableLocation.

These are the four main steps when using Visual C++.
I presume the function names are the same (or fairly similar) for VB.
You should find examples of this in the "Developers Help".

P.S. Set the table locations for the main report before setting the
table locations for the subreport.



Mon, 22 Jan 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Crystal Reports 7 not refreshing data when printing and printing blank pages

2. Change printing orientation or page setup in IE 6.0 with VB 6.0

3. Printing blank page at end of report

4. Printing blank pages at the end of the report

5. Printing using Crystal ver 6.0 through VB and having to Compact database

6. Adding several reports to vb app with crystal report 6.0 designer

7. BLank first page when trying to show a subreport only

8. subreport + remove a blank page

9. Crystal Reports ANd VB 6.0 Printing reports using CRPEAUTO Object, specifying paper orientation problem

10. Report displayed using Crystal ActiveX viewer shows blank pages after scroll to last page

11. Blank page after each reporting page using ActiveX viewer

12. Crystal Reports New page after gives a blank page

 

 
Powered by phpBB® Forum Software