Hi All, 4D v17.5 server on windows 10, 2 clients running windows 10.
I have a single boolean (global) value that is set or reset on an input form (in it’s own process) by a user. This global variable has to be inspected during the On_Web_connection process which it does. However when the user (client) changes this value using an input form, I can see the boolean change value (in the debugger) (true/false) when looking at it in the On_validate form event. If the boolean was initially true, in de debugger during the On_Web_connection this is viewed… and the user changes the value to false, then when the On_web_connection fires, that global variable is still “true” (but should be false in my book...). (note: in the debugger I can set the global boolean to false, but from then on it never changes that value) What is it that I am missing ? ernie hilgers (aruba) ********************************************************************** 4D Internet Users Group (4D iNUG) New Forum: https://discuss.4D.com Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

