Quote:
Originally Posted by spotnsabby1
Is there a way to make the program sort by last name? I was able to do this under the old contacts.
|
yes it is in the ini file...
1. copy your Settings.ini file to your desktop... (located in \Program Files\Contact Manger)
2. open in Notepad
3. look for the lines
Code:
contact_sort_expression=%firstname %lastname
# font used for first line in contact list
contact_font_header=12,bold
contact_header_formatting=%title %firstname %lastname
4.flip them so it looks like
Code:
contact_sort_expression=%lastname %firstname
# font used for first line in contact list
contact_font_header=12,bold
contact_header_formatting=%title %lastname %firstname
5. save and copy back to the directory
6. restart app..
if you want u can also open the ini via something like notepad on the device itself and change it that way