August 17, 200619 yr I am searching for a way to push a layout/message to a connected client (from a script/programatically). Does anyone have any ideas? Edited August 17, 200619 yr by Guest
August 19, 200619 yr Newbies I´m not sure what you mean with "push", but I suposse that your are looking for any way to notify conected users about some "event" that any other user has generated with their action. In that case, I suggest you to use a calculation value which could be accesible from "main menu" (i.e.). This calculation field could be something like - if(not(isempty(event_you_test);"Alert message";"") -. The second part of this "method" could be to assign a button to this calculation field that everybody can see, which may bring the user, when a click were recived, to that layout, that you want to assign to the event. I hope this lines could help you. Regards.
Create an account or sign in to comment