ActiveX Problem Using Crystal Reports Viewer 
Author Message
 ActiveX Problem Using Crystal Reports Viewer

Ho do you use this control? I would like to view 2 Crystal Reports (not at the
same time) in the same directory as my database (using Access 2000), but I I'm
having problems finding code examples on how to use it. Help appreciated.
Thanks

Frank



Mon, 22 Nov 2004 09:55:39 GMT  
 ActiveX Problem Using Crystal Reports Viewer
this example uses ocx control

RptConn1.Connect = database connection
RptConn1.ReportFileName = report name
NumOfSub = RptConn1.GetNSubreports
    If NumOfSub > 0 Then
    RepName = RptConn1.GetNthSubreportName(0)
    RptConn1.SubreportToChange = RepName
    RptConn1.Connect = sStr
    Else
    End If
RptConn1.WindowState = crptMaximized

RptConn1.Action = 1
work around it and it can give access to as many reports you have one at a
time
hope this helps
Dib

Quote:
> Ho do you use this control? I would like to view 2 crystal reports (not at
the
> same time) in the same directory as my database (using Access 2000), but I
I'm
> having problems finding code examples on how to use it. Help appreciated.
> Thanks

> Frank



Mon, 22 Nov 2004 23:30:29 GMT  
 
 [ 2 post ] 

 Relevant Pages 

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

2. Problem using crystal report viewer

3. Problem using Crystal report ActiveX installed with VB and used in VC.

4. Passing Parameters from C# to Crystal Report / Crystal Report Viewer

5. crystal report viewer (activex)

6. Crystal Report ActiveX smart viewer for IE

7. Crystal Reports ActiveX Viewer in IE 5 on NT 4

8. Crystal 8, ActiveX Viewer not refreshing reports

9. Problem in using crystal report activex control

10. Printing Crystal Reports without Crystal Control ActiveX or Crystal Reports API call

11. Using Access form as Crystal Reports viewer

12. Blank page after each reporting page using ActiveX viewer

 

 
Powered by phpBB® Forum Software