Hello every body.
In my project I am using Crystal Reports for .NET to make some reports.
// the code that fills the dataset dsDhoma which is an
// instance of the DsDhoma
this.daDhoma.Fill(this.dsDhoma, "DHOMA");
this.crDhomaNePerdorim.SetDataSource(this.dsDhoma.Tables[0]);
As data source I am using a dataset that has one table and after I fill the dataSet and set as data source of my report the first table of the dataset (because it has only one table), in runtime I get a table that prompts me (or any user) for the database login. I find this very strange, because it always gives me a message error where it says logon failed. I tried to find a solution in many ways for this problem but I couldn't.
I would really appreciate any help on this.
Country of eagles
In my project I am using Crystal Reports for .NET to make some reports.
// the code that fills the dataset dsDhoma which is an
// instance of the DsDhoma
this.daDhoma.Fill(this.dsDhoma, "DHOMA");
this.crDhomaNePerdorim.SetDataSource(this.dsDhoma.Tables[0]);
As data source I am using a dataset that has one table and after I fill the dataSet and set as data source of my report the first table of the dataset (because it has only one table), in runtime I get a table that prompts me (or any user) for the database login. I find this very strange, because it always gives me a message error where it says logon failed. I tried to find a solution in many ways for this problem but I couldn't.
I would really appreciate any help on this.
Country of eagles