Hi,
I dont understand...
I need to clear a Session variable when I click on a menu option.
I dont know exactly if this is the better approach but, follow me...
I add p_web.ssv('MyVariable','') at the On click in the menu option
One of my browses sets p_web.ssv('MyVariable','becarefull') before calling a form.
When I enter the form, if the on click at the menu _is set_, then the p_web.gsv('MyVariable') is always blank.
If I clear the OnClick code, the p_web.gsv('MyVariable') on the form is 'becarefull'
I´m really confused, because I did not click on the menu option and the p_web.ssv('MyVariable','') code executes when I press the insert button on a browse, and this browse has nothing to do with the one in the menu option.
Any Idea?, and if not... how do I clear a session variable when cliking a menu option?
Thanks
Alberto