Hi All,
I have button in which I do some processing which results in assigning a value to a variable MyField.
After that I do call to the MyField routine and then unhide that particular field, but that doesn’t fill the field with the value I expected. So now I execute p_web.SetSessionValue('MyField',MyField) first and then call the MyField routine, which works.
But is using the SessionDataQueue the right way to assign a default value to a entry on a form? Or should I use the ValueQueue in some way?
Cheers,
Koen