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
Ranked #72.9K
2 Posted Topics
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]
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 …
The End.
biit