admin管理员组文章数量:1122846
One of my Oracle apex region, want to print in PDF format using PLPDF libraries.
Region includes all type of section text field, checkbox, select list component etc. During print all component are displaying with their respecting values but only having problem with checkbox, the boxes are showing with no values (i.e. no tick mark).
How to solve this? Passing dynamic value of checkbox bases on condition will tick or untick like flag value Yes then tick else not.
I tried this way but instead of Tick mark '✔' its showing ‘?’
plpdf.printcell2(P_W=>4, P_H=>5, P_TXT=>'✔', P_BORDER=>'1', P_LN=>0, P_CLIPPING=>1);
My expectation is when I will do print if checkbox ticked then as is it should print. No blank box.
enter image description here
本文标签: pdf generationOracle PLPDF checkbox value issueStack Overflow
版权声明:本文标题:pdf generation - Oracle PLPDF checkbox value issue - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736305052a1932453.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论