Setting a sort column in a view

I have a view that has multiple sorted columns. When I open the view in my app, I would like to guarantee that a specific column is always selected as the sorted column.

Currently, if someone selects a sorted column and they later exit the app, on returning, the last selected sorted column is always active. I want to make sure that my first column is always the active sorted column on entering my app and view.

Any thoughts?

Subject: Setting a sort column in a view

Not sure, but it may be that the Allow-Customizations property of the view design may affect it. Separately, users have a preference setting for Retain-View-Column-Sorting which they can set (not that that helps you for this view).

Subject: RE: Setting a sort column in a view

Still no one that has a solution to this. Personally, I’d like any solution der resets. It could be code the sets a particular coloumn sorting (the standard) or making sure the user’s view preference isn’t even saved. Or any other solution that does the job (i.e. giving the possibility to lookup docs in the view with code).