I would use system.util.sendMessage in the client that submits the SQL update. Broadcasting to all clients in the relevant project. The client message handler would then look up the window, and if open, issue the system.db.refresh() on the binding.
I would use system.util.sendMessage in the client that submits the SQL update. Broadcasting to all clients in the relevant project. The client message handler would then look up the window, and if open, issue the system.db.refresh() on the binding.