Results 1 to 3 of 3

Thread: [RESOLVED] Report distribution question?

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jan 2004
    Location
    Southern California
    Posts
    5,034

    Resolved [RESOLVED] Report distribution question?

    I have a VB.Net application that contains a bunch of Crystal Reports. I've created a "Reports" directory within my Project. In testing my reports, I actually published my application to a specific location that I freely named on my C: drive. When I go to run a report, it comes back with an error message saying that it can't be found. So...my question is, how do I setup my project where I have a "Reports" directory containing all my reports and then install the application wherever I wish on my C: drive? I'm guessing it will have to do with the Install script...which will be another learning curve.

    Thanks,
    Blake

  2. #2
    PowerPoster
    Join Date
    Sep 2005
    Location
    Modesto, Ca.
    Posts
    5,515

    Re: Report distribution question?

    It's hard to answer because it depends on how your loading the report and how you access your data. The simplest solution is to set the report as an "embedded resource", that way you don't have to even install the reports. You could also create a global string that holds the report path either in settings or in a module. As for installation, it depends on what application packaging tool your using.

  3. #3

    Thread Starter
    PowerPoster
    Join Date
    Jan 2004
    Location
    Southern California
    Posts
    5,034

    Re: Report distribution question?

    Actually, that's what I decided to do...embed the reports and that seems to work well.

    Thanks,
    Blake

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