Master Details form doesn't switch into details view mode

Hi,

I have a Listpage and a MasterDetails form.
I want that when I click on the edit button in the listpage, the MasterDetails form opens in details view mode.
But somehow when I click on the button, the MasterDetails form always opens in grid view mode.
I already tried to set the “FormViewOption” to “Details” on the menu item button, but it still doesn’t work.

Does anyone have an idea?

  • AnonX

Already found solution.

The problem was a setFocus() in the run method…