Hi Folks,
I'm getting to grips with APEX finally.... And I have created a little application and now I'm adding the finishing touches to it.
I've created a navigation bar entry to allow the user to view a help page I am using this code:
javascript:popUp2('f?p=&APP_ID.:HELP:&SESSION.:P22_PAGE_NO=&APP_PAGE_ID.', 650,800)
But I'm trying to set item :P22_PAGE_NO to become equal to the page that called the help page. So if you're on page 4 the value of :p22_page_no would be 4. The reason I want to do this is to hide and show regions within page 22 so that only the relevant help is show. I've tried to add in :P22_PAGE_NO=&APP_PAGE_ID. thinking its that simple.
Maybe there is a much better way to do the help but I'm not sure.
Thanks in advance.
Niels