Hi.<br><br>I'm using Oracle Reports 6 for a browser-based reporting system and am struggling to change the <B>before page</B> and <B>page navigation</B> HTML dynamically from PL/SQL.<br><br>Although I've put the code into the BeforeReport trigger, it doesn't seem to have any affect. I've tried lots of variations, but essentially I can't get the following to code to work:<br><font color=#ff0000><br>strNavBarURL := 'navBar.html';<br>srw.set_page_navigation_html(srw.file_escape, strNavBarURL);<br></font><br>When I run the report in my web browser I just get the default Reports navigation bar;- the code just doesn't seem to do anything. It's not picking up a cached copy of the page either.<br><br>The trigger code is being executed as other code in the function runs okay. The file <I>does</I> exist and it works fine if I hard-code the value in the report properties, but I really need to do it dynamically from within PL/SQL.<br><br>Is there something obvious that I'm missing out?<br>Has anybody come across any similar problems in Reports?<br>Any ideas or suggestions would be appreciated.<br><br>Thanks in advance.<br><br>cheers,<br> alan<br><br><br><br>