Initial sort not working (v4.1.0)

Hi all,

The initial sort doesn’t appear to be working on my ‘table view (locked)’ screens.
When I retrieve records into the form the order that I am seeing is the primary key order and not the order I set in the ‘initialSort’ value of the form.

Anyone else seeing this ?

Thanks in advance
Mark

is the foundset a related foundset that you show in the form?
Or if that form is a main form with a normal shared foundset, is the shared foundset of that table already loaded by another form? (or in scripting)?

Then initial sort of a form isnt used ,because the form is not the initial form that loads the foundset.