-
It looks to be a great day outside, it's a public holiday, and my boss has got me working :(
Also to add to my woes
1. This PC keeps crashing
2. Have to take the MCSD stuff to get a pay rise
3. Have a joke of an app to modify when l finish here.
4. SB+ want do what l want it to do. The tough stuff was in vb, finished that on friday. The easy stuff is in SB+ and l caren't get it to work....
Anyway to my question
Have to be able to tell a crystal report object, where the report is during run-time, (vb5 crystal 4.6). There appears to be either a bug in crystal or l am doing the wrong thing, because l caren't get this to work :(
Please...any help here.....do we need an upgrade to crystal???????
-
This is how I Do it in Crystal Reports 6.0:
Connect = CrystalReport1.LogOnServer("dll","Server ip","dbname","UID","PWD")
CrystalReport1.ReportFileName = "Path and name of the Report"
hope that this helps. Good Luck
John