Hi All,
I am having difficulty showing the value that I have set in a session variable;
Not sure where I am going wrong ...
I am using a NetWebForm (wizard) procedure and setting the variable upon "NEXT-TAB", "START" embed:
p_Web.SetSessionValue('LOC:Name','abc')
I populated LOC:Name on the next tab,
However, on the subsequent tab(s) the variable is blank?
On a standard Clarion window, I would use DISPLAY to update the window-variables.
What am I missing here?