Outline entry sorting

Hi, I used LS to create dynamic outline and entry as well,

by now i only manage to create/ insert outline entry into the existing outline.

How can have sorting for those outline entry ?

eg : outline entry title start by B come after A , 2 come after 1 … and so on …

Anyone have idea, please suggest .

Thank you.

Subject: Outline entry sorting

You could use the method moveentry in NotesOutline class in conjunction with a sorting algorithm where you specify if the current entry should be before or after the referenced entry.

For a sorting algorithm you could use the one Lotus uses in the sort button in names.nsf which sorts the group field. Otherwise lots of sorts on this site.