|
-
March 18th, 2005, 12:42 AM
#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
-
March 18th, 2005, 05:27 AM
#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
 Originally Posted by subramani
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
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|