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