Hallo,
I have a screen with one list of items. I order the list initially. I want to change the position of the items in the list with up and down buttons. For the list item objects I have an property called 'position'.
On the up and down Buttons there are actions with silent transactions, which switch the position property value of the selected list item with its antecessor or successor in the list.
The position values switches but the position in the list doesn`t. Is there a way to reload the list with the correct order after the transaction?
Can you help me with that issue?
Thanks
Thomas