showRecords() bypasses initialSort?

In 2.2rc9 I’ve noticed this on a couple of forms which are the subject of showRecords(blah): The initialSort appearsw to be ignored for display but used for printing. any chance of it being used for display too?

Thanks,
Neale.

If you put a foundset into showRecords() then that foundset is already loaded and therefore sorted (just as youre problems with tab panel sorting)

intialsort property of a form is only used when that form loads the foundset itself.
So you need to manually sort it right before you call showRecords()