Here I am again. I am using a crystal report control, shipped with crystal reports 6. My problem is I cannot switch this control between servers. I can switch from database to database but it will not go from server to server. I have currently tried the following:
With Crystal 'This is the control object
.Reset
.WindowState = crptMaximized
.ReportFileName = "C:\windows\desktop\report1.rpt"
.Connect= "DSN=RNASQL2;UID=;PWD=;DSQ="
.Action = 1
End With
