frmwebsocket and Forms from and to Web communication
Hi anybody
We've been working with Forms websocketjsi, in order to connect Forms, which are running in a standalone session(FSAL), with the surrounding world. It is working fine, and we can communicate from a multiple Form application to a webpage.
That is we can from Forms, i.e. showing graphics at will or a gantt chart report. We are keeping the Form, that started the websocket server and the session open, while the websocket server is running in it's PJC.
All Forms in the stack, do listen on events from the webpage in When-Custom-Javasctipt-Event.
If a javascript on the webpage is to be performed, the Form first navigates to the form holding the websocket server, and this form executes the websocketjsi.Javascript_Eval_Expr(<msg>); and the navigates back.