I have a problem with p_web.GetLocation (), I don't know which version of NT broke my code in the past? My site
https://fecipur.org/LoginForm was working, my code is in a Procedure Setup and try in different procedure but don't work
p_web.GetLocation ()
GLO: Latitude = CLIP (p_web.GetSessionValue ('_ Latitude_'))
p_web.SetSessionValue ('GLO: Latitude', GLO: Latitude)
GLO: Length = CLIP (p_web.GetSessionValue ('_ Length_'))
p_web.SetSessionValue ('GLO: Length', GLO: Length)
values are returned but not displayed in a form, my site is secure.
what is the correct procedure for this?
NT 11.43