Once again thanks for the quick turn around. You guys are great My ListViews are screamingly fast now and you saved me from having to re-do half a dozen forms.
While on the subject of Infragistics, I’m also using the UltraComboEditors and discovered a very minor quirk. Since I can work around it in code there’s no hurry to fix it, if it is a bug. A standard unbound SF combobox populated by a BO on FormLoad will display the TopMostItem when the form loads. An UltraComboEditor also unbound, populated by a BO, and set to populate on FormLoad does not display the TopMostItem and requires something like
Me.cboUpdatedBy.Value = Me.cboUpdatedBy.TopMostItem.TopMostValue
in the form load event.
-Larry