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. Crystal Reports Database login prompt [modified]

Crystal Reports Database login prompt [modified]

Scheduled Pinned Locked Moved C#
helpdatabasesysadmindebuggingquestion
1 Posts 1 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.
  • S Offline
    S Offline
    Seishin
    wrote on last edited by
    #1

    Hi!! I'm creating this aplication that uses crystal reports.. to bind data (after filling dataset) to report i'm using: MyDataSet ds; ... crDoc.Subreports[0].SetDataSource(ds); crDoc.Subreports[1].SetDataSource(ds); crDoc.Subreports[2].SetDataSource(ds); crViewer.ReportSource = crDoc; and then a database login prompt shows. there are 4 textboxes to fill: 'Server Name' - Enabled = false, Text = "MyDataSet" 'Database' - Enabled = false, Text = "" 'Login ID' - Enabled = true, Text = "" 'Password' - Enabled = true, Text = "" and whatever i input it returns 'logon failed. please try again'.. anybody had a problem like that?? is there any solution/workaround to this?! thanks for any help -- modified at 9:30 Wednesday 13th June, 2007 i forgot to add that this happens only in release mode - in debug mode everything works fine. and the prompt shows only in one report.. i've got two other and they work fine..

    life is study!!!

    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