Hash Variables (nuSetHash)
Posted: Mon Dec 08, 2014 6:13 pm
Hi,
I' am trying to pass values from a form to another form.
Into the first form (on nuLoadEdit),I set a hash variable with nuSetHash('student_id', '123').
Later I open the second form (with nuOpenForm). In this form when I'm trying to get the value with the nuGetHash('student_id'), I get "undefined".
Why that happens?
At the help page http://wiki.nubuilder.net/index.php/Jav ... C_value.29 says:
nuSetHash(name, value) :"Adds or sets a hash variable in the global hash variable array".
What exactly do you mean by global?
Thanks in advance
Nektarios
I' am trying to pass values from a form to another form.
Into the first form (on nuLoadEdit),I set a hash variable with nuSetHash('student_id', '123').
Later I open the second form (with nuOpenForm). In this form when I'm trying to get the value with the nuGetHash('student_id'), I get "undefined".
Why that happens?
At the help page http://wiki.nubuilder.net/index.php/Jav ... C_value.29 says:
nuSetHash(name, value) :"Adds or sets a hash variable in the global hash variable array".
What exactly do you mean by global?
Thanks in advance
Nektarios