I reported this before but when I do a databaseManager.getFoundSetUpdater the result of the (related) data shown in a tab panel in listview doesn’t show until I exit the solution and open it up again. This is pretty annoying… Also a controller.saveData() on that listview form doesn’t help…
if this happens do you see the edit symbol in the status bar?
(Can you go out of edit mode??)
Yep, continuously. Strange thing is that I could not replicate it. I get’s stranger because I than started my original solution and there was no issue anymore with the getfoundsetupdater. Tested it 5 times, stopped developer, started it again and guess what… The issue was back again… And that leaves me completely clueless!
first of all.
You always should do a controller.saveData()
right before you are going to do youre work with the foundset updater.
Or else you won’t see the updates immediantly
Johan, this is something I also thought of late last night. I didn’t do this. However, also after the change the result remains the same.
It is btw not so that the update doesn’t work!!! It does, it just doesn’t show until I restart…
This morning I took it a step further and opened a client and made the same change:
- The client in which I make the changes doesn’t show the changes…
- The other clients (or in this case the developer) shows the changes immediately…
- As soon as I select the changed row in the other client (again in this case the developer) the changes show up in the client that was used to make the changes…
To support all this strange stuff I attached a screen print. It is a table view with (part of) the records showing the updated rows. It is the last and forelast column that I update.
On the right hand side you see the client that was used to do the update. On the left hand side you see the other client…
The screenshot was taken after the update and after selecting a row in the other client!!!
The row you see on the right hand side that shows the update is the same as the selected row on the left hand side.
Straaaange