I have a list dw. On the retrieveend event or the row focuschanged event, I retrieve a detail dw based on the list values. However, when I sort the list dw, I want to retrieve the detail dw after the sort - because a different list row is highlighted. Can I do this somewhere besides after calling the sort() function? Is there an event on the dw to let me know it was sorted?