CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2004
    Posts
    2

    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. #2
    Join Date
    Aug 1999
    Location
    India, TamilNadu, Chennai.
    Posts
    269

    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 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
  •  





Click Here to Expand Forum to Full Width

Featured