Hi All.
I am showing components dynamically at run time in my main component.
The dynamic navigation is called only once inside the WDDOINIT() method of the main view.
Everything is fine. But I have one button on the main view to exit. For it, the navigation has been defined statically in the window.
It works if there is no dynamic navigation. But otherwise, it does no work.
I read in other threads that previous navigation is kept in memory, which probably is the cause of this problem. They had suggestted to call "PREPARE_DYNAMIC_NAVIGATION" only once. But in my case, it is called only once since it is in the WDDOINIT() method.
Still I guess the previous navigations are kept in memory. Now, how to delete them, or overcome this problem?
Thanks in adv.
Message was edited by:
Aishi Sharma
Message was edited by:
Aishi Sharma