Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. "The table could not found" and " the report need more information"

"The table could not found" and " the report need more information"

Scheduled Pinned Locked Moved C#
helpdatabase
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    haleemasher
    wrote on last edited by
    #1

    i have 2 crystal reports both of them have different datasource.These reports were working tommorrow but now when i run reports it show errors one report shows**"the table could not found"** and another report shows "the report need more information". i rebind my reports with database but error is still there i googled my problem but no solution works.plz help if u know its solutions

    C 1 Reply Last reply
    0
    • H haleemasher

      i have 2 crystal reports both of them have different datasource.These reports were working tommorrow but now when i run reports it show errors one report shows**"the table could not found"** and another report shows "the report need more information". i rebind my reports with database but error is still there i googled my problem but no solution works.plz help if u know its solutions

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      haleemasher wrote:

      .These reports were working tommorrow but now when i run reports it show errors one report shows"the table could not found" and another report shows "the report need more information". i rebind my reports with database but error is still there i googled my problem but no solution works.plz help if u know its solutions

      They WERE working TOMORROW ? Perhaps if you posted some code ? What has changed since 'tomorrow' ? Something must have changed if it worked before and now doesn't. Have you confirmed your datasource is working ?

      Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

      H 1 Reply Last reply
      0
      • C Christian Graus

        haleemasher wrote:

        .These reports were working tommorrow but now when i run reports it show errors one report shows"the table could not found" and another report shows "the report need more information". i rebind my reports with database but error is still there i googled my problem but no solution works.plz help if u know its solutions

        They WERE working TOMORROW ? Perhaps if you posted some code ? What has changed since 'tomorrow' ? Something must have changed if it worked before and now doesn't. Have you confirmed your datasource is working ?

        Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

        H Offline
        H Offline
        haleemasher
        wrote on last edited by
        #3

        thnx 4 reply.my reports not contain so much code it simply bind a record with a button.

        protected void Button1_Click(object sender, EventArgs e)
        {
        ReportDocument cryRpt = new ReportDocument();
        cryRpt.Load("C:\\WebSite1\\CrystalReport2.rpt");
        CrystalReportViewer1.ReportSource = cryRpt;
        CrystalReportViewer1.RefreshReport();

        }
        
        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups