Good day to all
Looking at the documentation it seems ( MUST ) that there is a difference in how to define “global variables” and “session variables” in Scriptcase.
A “session variable” is defined SESSION to share it among all applications in the same session as a “global variable” is defined as POST/GET to use it as a parameter when calling a form or grid from another one.
This makes me think that if I change the value of a “global variable” running an application this should not be passed to the applications of the same session as if it were a SESSION variable.
But this is what happens.
I use “global variable” as a filter during “capture links” but after that if i run the same grid directly from menu the “global variable” maintain the old value.
A workaround would also to be able to define parameters using the variables associated to the {field} on the screen without it being necessary to define temporary variables just for this. But this is not possible. Only GLOBAL/SESSION variable or fixed values are allowed.
How can i define a GLOBAL variable that don’t work like a SESSION variable?
Thanks.
Giorgio Bravi