Using NT 4.35 in Clarion 6.3, ABC templates.
On a NetWebForm, I am trying to set a value like "PageView?CurrentFolder=Folder1\Folder2" but when I retrieve the CurrentFolder variable, the back slash has been removed. I have tried using "p_web.Translate()" but that did not seem to help.
What I'm attempting to do is to pass to the page a current relative file folder but that may contain sub-folder references as shown above.
Any suggestions on how to accomplish this?