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

    Unhappy How to start working on Crystal Report?

    Hey ppls I made one POS application in C#.Every thing has ended except generating a report

    I tried to use Crystal Report. But the wizard asks me to locate the database. But I worked on SQL db(i.e its extension is .mdf and .ldf) ........ so i cant locate my database to the crystal report . So I cant do my report on crystal report.

    Can any body gives me a hint. Or may be other reporting system rather than Crystal report if it is better.

    Thank you.

  2. #2
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: How to start working on Crystal Report?

    What version of CR? Sounds like it's looking for Access databases
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  3. #3
    Join Date
    Sep 2009
    Posts
    2

    Re: How to start working on Crystal Report?

    I am using Visual Studio 2008. and it has no File Filter for .mdf files ....even i make to filter all files then I selected x.mdf(i.e it is my database) but it causes an error (this file cant be .......)
    Thank you.

  4. #4
    Join Date
    Nov 2007
    Location
    .NET 3.5 / VS2008 Developer
    Posts
    624

    Re: How to start working on Crystal Report?

    with CR, don't you choose which database provider it's for? then it asks you for the database?
    ===============================
    My Blog

  5. #5
    Join Date
    May 2010
    Posts
    3

    Re: How to start working on Crystal Report?

    Quote Originally Posted by Coder4Ever View Post
    Or may be other reporting system rather than Crystal report if it is better.
    Hi,
    Try to use FastReport .NET http://ns.fast-report.com/en/product...eport.Net.html
    It's very easy in use.

Tags for this Thread

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