Get "title" on letter merge; routing slip text

This forum is for programmers who have questions about the source code.
Post Reply
mowgli
Posts: 134
Joined: Fri Sep 14, 2007 1:42 pm

Get "title" on letter merge; routing slip text

Post by mowgli » Fri Sep 05, 2008 7:17 am

I'd like to make a couple minor changes. In FormLetterMergeEdit.cs, adding the line listPatSelect.Items.Add("Title"); underneath private void FillPatSelect(){ allows the "Title" patient field to be available for Word merges, placing "Mr.," "Dr.," "Mrs.," etc. on labels or letters. "Salutation" was available, but is used for "Dear ___" (Sir or Madam). Also would like to increase text on routing slips a bit by changing font sizes in FormRpRouting.cs from 11, 9 & 8 to 12, 10 & 10 respectively in reponse to complaints it is hard to read. The latter change was already approved a long time ago here, but had a little problem committing it. Will try to do so this time if there's agreement on it.

User avatar
jordansparks
Site Admin
Posts: 5744
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Re: Get "title" on letter merge; routing slip text

Post by jordansparks » Fri Sep 05, 2008 7:29 am

Yes, both of those changes are fine. Better hurry. 6.0 will likely be released within a day.
Jordan Sparks, DMD
http://www.opendental.com

Post Reply