Tuesday, September 21, 2021

Oracle Apex | Image Show | Product Image

decode(nvl(dbms_lob.getlength(p.prod_img),0),0,null,
'<img alt="'||apex_escape.html_attribute(p.prod_nm)||'" title="'||apex_escape.html_attribute(p.prod_nm)
||'" style="border: 4px solid #CCC; -moz-border-radius: 4px; -webkit-border-radius: 4px;" '
||'src="'||apex_util.get_blob_file_src('P11_PROD_IMG',p.prod_id)||'" height="75" width="75" />') detail_img

No comments:

Post a Comment

How to install and configure Oracle Apex 24.1 with ORDS 22, Tomcat 9 and Jasper Report 7 on Oracle Linux 8.10

#########################Install Oracle  APEX 24.1################################ ----------------------------------------------------...