Hi all,
Using Crystal 8.5 I am trying to load reports stored as RDC reports in my VB6 project to be viewed in a CRViewer on a form. I have successfully loaded these reports from .rpt file format but the company I work for wants them built into the project.
When I run the project I get a "Server has not yet been opened" on the line:
CRReport.Database.LogOnServer "PDSOLEDB.DLL", "SERVER", "DATABASE", "USERNAME", "PASSWORD"
It is my understanding that LogOnServer opened the server but I seem to be mistaken. Any help is greatly appreciated
Using Crystal 8.5 I am trying to load reports stored as RDC reports in my VB6 project to be viewed in a CRViewer on a form. I have successfully loaded these reports from .rpt file format but the company I work for wants them built into the project.
When I run the project I get a "Server has not yet been opened" on the line:
CRReport.Database.LogOnServer "PDSOLEDB.DLL", "SERVER", "DATABASE", "USERNAME", "PASSWORD"
It is my understanding that LogOnServer opened the server but I seem to be mistaken. Any help is greatly appreciated