Server has not yet been opened (Urgent) 
Author Message
 Server has not yet been opened (Urgent)

Hi,

I'm using Crystal Report 8.5  and Crviewer control for
displaying the report in Visual Basic,Sql server 2000
personal on the back end.

I'm using the following code for displaying the report.
'/////////////////////////////Code
Dim tbl As CRAXDRT.DatabaseTable
Dim report as new myReport

For Each tbl In Report.Database.Tables
tbl.SetLogOnInfo DBServer, DBDataBase, DBUser, DBPassword
Next

Report.Database.LogOnServer "PDSSQL", DBServer,_    
DBDatabase, DBUser, DBPassword
CRViewer.ReportSource = Report
'///////////End of Code.

I have used this code to logon to any server it worked
fine. But Now it gives an error 'Server has not yet opened'
I there any other way to view the report that should work.

thanks in advance
jawahir



Mon, 18 Jul 2005 00:53:44 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Server has not yet been opened - Very Urgent

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

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

4. "the server is not yet opened"

5. server has not yet been opened ( STILL )

6. Server has not yet been opened

7. server has not yet been opened.

8. Help! Server has not yet been opened

9. Server has not yet been opened

10. VB6 and CR 8.5 Server has not yet been opened

11. The server has not yet been opened

12. Server has not yet been open.

 

 
Powered by phpBB® Forum Software