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