Hi,
I have a list of object that I retrieve from a server once. I then output these to an MTD one at a time. If the user clicks to accept, that record is removed from the list used to generate the MTD.
Flowwise, it is
download -> store in list -> get 1st record -> output to MTD -> accept (button in MTD) -> remove from list
^ ^
+-------------------------------------------+
According to the debugger, the removal from the list has worked and the correct data is going to the MTD. For the life of me though, I can't get the MTD to refresh. I've tried the Reload methods to force a refresh, but it still only shows the deleted record not the data sent to it.
Any help?
Paul