"Server has not yet been opened" error viewing a report based on a SQL Designer File 
Author Message
 "Server has not yet been opened" error viewing a report based on a SQL Designer File

I have an automated process which runs reports overnight, and exports
them as Crystal Report files (this way, the data is saved with the
report, therefore the client PCs do not need database connections).

When the report is loaded by the client app (written in VB6, using the
Crystal 8.5 RDC Viewer), I get the error "Server has not yet been
opened", but only for reports which are based on Crystal SQL Designer
files. Any ideas why? The VB Code is as follows:

    Dim objCrystal As New CRAXDRT.Application
    Dim objReport As CRAXDRT.Report
    Set objReport = objCrystal.OpenReport(strReportPath)

    objReport.DisplayProgressDialog = False
    objReport.EnableParameterPrompting = False

    CRViewer1.ReportSource = objReport
    CRViewer1.ViewReport

Thanks for any help,

Pete



Fri, 26 Nov 2004 23:03:53 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Error: "Server not yet opened"

2. "server not yet opened" error

3. "server not yet opened" error

4. "the server is not yet opened"

5. "Server not yet opened"

6. Connection not Open + Server has not yet been opened error messages

7. "Server not yet opened" Error when opening report form

8. Server Has not yet been opened Error with Crystal Reports 7

9. SQL 2000/Server not open yet error

10. SQL 2000/Server not open yet error

11. Server has not yet been opened message with VB6, CRP7 and SQL-server

12. Crystal Reports 8.5/VBA "Server has not yet been opened" error.

 

 
Powered by phpBB® Forum Software