"ShowNotesInAccount" Pref doesn't function
Posted: Thu Jul 31, 2008 1:14 pm
The checkbox in Misc Setup to "Show item notes in main grid" doesn't seem to do anything. Searching thru code as recently as 5.8.2 and going back to at least 5.5, the only reference to that preference in ContrAccount.cs is remmed out. So the setting could either be removed or made functional. Below are "find" results:
Find all "ShowNotesInAccount", Whole word, Subfolders, Find Results 1, "Entire Solution"
D:\shared\ODsource\ODSource5.8\OpenDental\Forms\FormMisc.cs(1180): checkShowAccountNotes.Checked=PrefC.GetBool("ShowNotesInAccount");
D:\shared\ODsource\ODSource5.8\OpenDental\Forms\FormMisc.cs(1348): | Prefs.UpdateBool("ShowNotesInAccount", checkShowAccountNotes.Checked)
D:\shared\ODsource\ODSource5.8\OpenDental\Main Modules\ContrAccount.cs(1811): //checkShowNotes.Checked=PrefC.GetBool("ShowNotesInAccount");
D:\shared\ODsource\ODSource5.8\OpenDental\Misc\ClassConvertDatabase.cs(4841): command="INSERT INTO preference VALUES('ShowNotesInAccount','0')";
D:\shared\ODsource\ODSource5.8\OpenDental\Misc\ClassConvertDatabase.cs(5173): command="INSERT INTO preference VALUES('ShowNotesInAccount','0')";
Matching lines: 5 Matching files: 3 Total files searched: 2009
Find all "ShowNotesInAccount", Whole word, Subfolders, Find Results 1, "Entire Solution"
D:\shared\ODsource\ODSource5.8\OpenDental\Forms\FormMisc.cs(1180): checkShowAccountNotes.Checked=PrefC.GetBool("ShowNotesInAccount");
D:\shared\ODsource\ODSource5.8\OpenDental\Forms\FormMisc.cs(1348): | Prefs.UpdateBool("ShowNotesInAccount", checkShowAccountNotes.Checked)
D:\shared\ODsource\ODSource5.8\OpenDental\Main Modules\ContrAccount.cs(1811): //checkShowNotes.Checked=PrefC.GetBool("ShowNotesInAccount");
D:\shared\ODsource\ODSource5.8\OpenDental\Misc\ClassConvertDatabase.cs(4841): command="INSERT INTO preference VALUES('ShowNotesInAccount','0')";
D:\shared\ODsource\ODSource5.8\OpenDental\Misc\ClassConvertDatabase.cs(5173): command="INSERT INTO preference VALUES('ShowNotesInAccount','0')";
Matching lines: 5 Matching files: 3 Total files searched: 2009