Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~194 People Reached
Favorite Forums
Member Avatar for rsodarith

Does anyone know how to change or create datasource of crystal report at runtime ? i used to write this code but it doesn't cause any effect.and it still its default datasource. // Reports.tList al = new app.Reports.tList(); Dara.DbConfiguration dbConf = new Geolink_Administration.Dara.DbConfiguration(); al.SetDatabaseLogon(dbConf.User, dbConf.Password, bConf.Host, dbConf.Db); //

0
47
Member Avatar for krishnisilva

hi, i have created a login form for my project and coded it, but when the username and the passsword is correct i have added the below code Qustion 1 [CODE]if (u.accessGranted(txtUsername.Text, txtPassword.Text)) { ClearTextBoxes(); new frmMainMenu().Show(); // main form after the login this.Close();//login form }[/CODE] but when the login …

Member Avatar for rsodarith
0
147