Hi, I am struggling with the refreshment of a DB tree view The case is:
Screen 1 (MDI) contains a DB tree view Then I open a second screen (also MDI), do some actions and return to screen 1 However in screen 2 I have done some things, which influences the DB treeview of screen 1, so I need to have the DB treeview refreshed. In some way I am not able to get this job done. The code I use looks like this (a bit simplified): Closewindow screen2 Setfocus screen1 property TV_ACTIVITY refreshlist 'TRUE' I would expect that DB treeview TV_Activity (which is on screen1) is refreshed, but that's not happening What do I miss? BTW: I am able to have it refreshed when you click the DB tree view, but I like to have refreshed without doing anything on this screen Tony

