NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on March 31, 2014, 08:21:45 AM
-
How can I know which page is calling the actual proc?
I know this is not the parent.
Supouse I have a Browse and I want it to behave or filter or whatever depending on if I am calling it from the menu, froma form, etc.
How can I do ti?
-
Maybe what you are looking for is p_web.GetSessionReferer()
-
I´m trying with this but it is allways balnk.
What I need is inside a proc, a browse or a form to know which other proc called it.
Thanks