A form on has an editable field called HTTP_Cookie which perfectly show the value of my cookie.
I want to use the cookie value in a view. I create a html-link in a coloum like this:
ReadCookie:= http_cookie;
<A HREF=\"/" + @ReplaceSubstring(@Subset(@DbName;-1) ; "\\" ; "/") + "/frame?openform&value=" + ReadCookie+ ....... <p>ReadCookie returns null. How can I show the value of a cookie like this in a view coloum?</p>