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
~547 People Reached

2 Posted Topics

Member Avatar for staticclass

i suggest just change the curser to hour glass: before the code that is loading the rpt [ICODE]this.Cursor = Cursors.WaitCursor;[/ICODE] so users know that it is loading and when it is done loading change the cursor back: [ICODE]this.Cursor = Cursors.Default;[/ICODE]

Member Avatar for biit
0
488
Member Avatar for biit

hi.. i m making a university project on a dental clinic i have two tables one containing information abt the visits in a dental clinic(tbl_daily_opd) and the other containing the details of the patient(tbl_patient).. tbl_daily_opd contains only the id of the patient.. i m printing tbl_daily_opd in the report with …

0
59

The End.