NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: rupertvz on September 14, 2011, 01:35:25 PM
-
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?
-
>> On a standard Clarion window, I would use DISPLAY to update the window-variables.
In NetTalk if you want to update the value of a field in the browser you fo a
do Value::FieldId
where FieldId is the Use Equate of the field.
cheers
Bruce