Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

APEX_PAGE.GET_URL and p_printer_friendly parameter

flavioc26 hours ago

Hi,

I am building a URL using APEX_PAGE.GET_URL to open a page in printer friendly mode on APEX 24.2.8.

According to the documentation if you pass the value “Yes” to p_printer_friendly parameter, the page will be displayed in printer friendly mode however it doesn't seem to do so.

I have a region that should be displayed only in printer friendly mode but it is not, it will display only if I change the condition to “page is NOT in printer friendly mode”.

If I check what is in the URL of the page (I am using friendly URLs) , I see the string &printerFriendly=Yes, so the parameter is there, however the conditional region is not.

So I am wondering if the value to be passed is something else, like TRUE or Y or PRINT or whatever, but “Yes” and “YES” do NOT seem to work or I am missing something else here.

Any ideas?

Thanks,
Flavio

This post has been answered by Yassine Wahbi-Oracle on Sep 11 2025
Jump to Answer
Comments
Post Details
Added 26 hours ago
4 comments
60 views