HI Kirk, thank you for answering my question.
> On Jul 15, 2021, at 3:00 PM, [email protected] wrote: > > This is the same situation with triggers, BTW. The server IP vars are not > affected by anything a client does. So as i understand it, an IP variable (<>fFlipMe) I can see in the debugger, but is available to the On_Web_Connection process but not as a reliable reference. I tried -Get Process Variable- and that “worked”, in the sense that, it copied the value of the <>fFlipMe variable into another variable that I could use in the On_Web_Connection, but in reality that value has no merit because the value that it copies from (<>fFlipMe) never changes, even after being toggled by the client. I wanted to “skip” a query operation on a particular (general) record in 1 file, with each On_Web_Connection firing by putting that value in a variable. Have to rethink this operation/approach. Thanks for your time to answer my question ! ernie hilgers(aruba) > 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 ? > ********************************************************************** 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] **********************************************************************

