> 
> On Dec 19, 2017, at 11:58 AM, Eric Naujock via 4D_Tech <4d_tech@lists.4d.com> 
> wrote:
> 
> I have still not figured out how to have a server side worker send a message 
> to a client side window. Maybe that is a talk for later.


It’s actually pretty simple. Clients register with REGISTER CLIENT. The server 
can then call forms or workers on clients with..

    EXECUTE ON CLIENT(clientRegisteredName;”MethodONClient”;paramsIfNeeded)     
                        

MethodONClient issues the necessary CALL FORM or CALL WORKER

John

John Baughman
Kailua, Hawaii
(808) 262-0328
john...@hawaii.rr.com





**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to