Event on table update

Hi,
i have a form with a tabpanel on it showing a table view and im trying to call a method when a new record appears on this table.
Let me try to explain what i mean a lil better with an example, lets suppose that i have my applicattion running on 3 diferent PCs, two of them working with the table view form and meanwhile on the other PC a user adds a record that is supposed to be shown on the table. Automatically the new record appears on the others PC tables, what i want to do is that when this happens, when the recently added record appears on the table to run some code on the PCs that are using the table view form. I looked for an event to do this but i didnt found it, any suggestions or ideas of what can i use?
Thanks in advance.

Hi,

For this to work you need to use Servoy 5 (now RC1) which has a onDataBroadcast as a solution event (select the activated solution node and check the properties view).

So there’s no way of doing this on Servoy 4.1.3?

thanks anyway

there is a way, in 4.1.3 you can try the userManager plugin of Dr.Maison (http://www.servoy-plugins.de)

with that plugin you can fire method’s on other clients…