on 2018 Sep 29 1:22 AM
I have developed a vb.net desktop application. Crystal Reports have been configured on development server (SERVER01).
When I install the application on customers server, CR tries to identify the development server and requests for password and refuses to print.
If I change the customers server name to match the development server, CR allows to print.
How can I configure CR to work on any machine?
This is my code:
Dim rptViewer As New rptEventReport
rptViewer.Refresh()
rptViewer.DataSourceConnections.Clear()
rptViewer.SetDatabaseLogon(g_strServerUN, g_strServerPW, g_strServer, g_strServerDB, False)
Write an application to update all of your reports with the Users connection info.
Lots of samples out there.
Don
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
72 | |
10 | |
10 | |
10 | |
10 | |
8 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.