Problem with sort mode

I have a button to set Flatview on and then sort the display in reverse order by modified date. I use
Set FLATVIEW=On,MixedNoFolders SORTBY=modified SORTREVERSE=On

Then I have a button to reset those settings. I use:

Set FLATVIEW=Off SORTBY=name SORTREVERSE=Off

This seems to work fine until I switch to a new directory. The sort is still in reverse mode and sorting on the modified field. Is the above incorrect somehow or am I missing a command to make the change global?

Jack

This appears to be a bug.

Any time SET FLATVIEW is combined with SORTBY in a button the lister reverts to the sort order established by the button when you change folders. Even if you first reset the sort order to something different.

Ahh, OK. That's for verifying it.

Jack