CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Mar 2003
    Location
    SA
    Posts
    147

    Angry Crystal Reports is ganna make me loose my job...

    About 1 month ago I demonstrated an application written in VB.

    In this software I included crystal reports, because the standard reports don't have that kind of functionality.

    Now the demo went really fine, no issues or such things. I did not change anything to the application, BUT, now when I wanted to install the full application, the reports don't wanna work.

    1. I get the error: 'Physical Database not found!'
    2. The report references a location eg. 'c:\program files\app\app.mdb
    3. This report is using the CRViewer control, and the actual report designed in VB -> 'Designers'...

    For some reason the reports don't wanna see the Database, BUT the actual Database, is refelecting, at the location, that the report points to, I have verified the Database, and I also made sure to set the location of the report to the directory where the report resides...

    I am using the MyReport.DataSource = (ado recordset). (As explained by Crystal Reports, this actually did work). But now it does not work....?

    Question: Is there maybe a property that I can use to programmatically "Set" the report's database location?

    Please help this is urgent .....

    Thanx in advance...

    xIRC
    Last edited by xIRC; September 1st, 2003 at 11:33 AM.

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