NetTalk Central

Author Topic: Set Session Value  (Read 1798 times)

rupertvz

  • Sr. Member
  • ****
  • Posts: 314
    • View Profile
    • Email
Set Session Value
« 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?

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11191
    • View Profile
Re: Set Session Value
« Reply #1 on: September 14, 2011, 10:28:53 PM »
>> 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