| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | Newsletters | VB Forums | Developer.com |
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread |
Rating:
|
Display Modes |
|
#1
|
|||
|
|||
|
very urgent please,how to change the setlocation crystal report
Hello i am using (vb6.0 + crystal report 8.0 + sql server2000) We have developed a report in crystal that connects with our local database. After development we want to deploy the same to our clients with different data soruce name and data base name. Presently we are taking each report file and configuring the client database by replacing the existing data source. How can we achieve this programmatically thru VB? Thanks & Regards subramani |
|
#2
|
||||
|
||||
|
Re: very urgent please,how to change the setlocation crystal report
Hi,
Pass command line parameter from your application, eg. Myapp.exe <newserver> <newdsn> use the parameter string to your vb code. yours friendly, K.Babu Quote:
__________________
Please avoid sending emails to my personal mail: write your doubts as thread in Codeguru Crystal Reports Forum. This will help all people having similar matters, and will let people who know solutions on the specific topic share their knowledge. Visit my company web site (Qmax Test Equipments Private Limited) Yours friendly, K.Babu |
![]() |
| Bookmarks |
|
||||||
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|