compulaser بتاريخ: 4 يناير 2020 تقديم بلاغ مشاركة بتاريخ: 4 يناير 2020 السلام عليكم عند محاولة العمل على آخر نسخة حالياً وهي Apex 19.2 على https://apex.oracle.com/en/ ظهرت مشكلة في 1-عرض صورة الخلفية في Login Page 2- وكذلك الصور التي تظهر في عمود BLOB في جدول وكانت الأكواد التي استعملها كالتالي: 1- بالنسبة لصورة الخلفية في Login Page وكان مصدرها الفيديو الذي تفضل به المهندس/ هشام ابو العينين حيث تمت اضافة صورة jpg في Static WorkSpace Files واستخدام الكود التالي في Inline : ------------------------------------------------------------------------------------------------------- body{font-family: 'Droid Arabic Kufi', sans-serif; font-size:1.3rem;} .t-PageBody--login .t-Body { background-image: url(#WORKSPACE_IMAGES#My_photo.jpg); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; background-size: cover; background-color: #45484d; background-color: -moz-linear-gradient(top, #45484d 0%, #000000 100%); background-color: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); background-color: linear-gradient(to bottom, #45484d 0%,#000000 100%); } body .t-Login-title , .t-Login-region { background-color: rgba(128, 152, 180, 0.51); color: #F8F8F8 } .t-Login-body { text-align: right; } .t-Login-logo { background-image: url(#WORKSPACE_IMAGES#logo_140x125.png); background-size: cover; width:135px; height:120px; color: #F00F1F; } .popup { z-index: 10; margin:100px auto; display:block; text-align:center; -moz-box-shadow: 0 0 10px rgba(0,0,0,.18); /* drop shadow */ -webkit-box-shadow: 0 0 10px rgba(0,0,0,.18); /* drop shadow */ -o-box-shadow: 0 0 10px rgba(0,0,0,.18); /* drop shadow */ box-shadow: 0 0 10px rgba(0,0,0,.18); /* drop shadow */ -webkit-transform-origin:top center; -moz-transform-origin:top center; -o-transform-origin:top center; transform-origin:top center; -webkit-animation: iconosani 1.2s forwards; animation: iconosani 1.2s forwards; -moz-animation: iconosani 1.2s forwards; -o-animation: iconosani 1.2s forwards; } .apex-icons-fontawesome .t-Login-logo{ font-size: 50px; color: #fff; } #P101_PASSWORD , #P101_USERNAME { background-color: #0e0d0d00; color: #292929; font-size: 1.5em; border-bottom-color: #0464a9; border-width: 0 0 3px 0; } ----------------------------------------------------------------------------------- 2- وبالنسبة الصور التي تظهر في عمود BLOB في جدول كنت استخدم الكود التالي في SQL Query وكان مصدرها الفيديو التالي ---------------------------------------------------------- select DOC_ID,SGEL_NO,FILENAME,Mimetype, decode(nvl(dbms_lob.getlength(IMAGE),0), 0, null, '<img src="'||apex_util.get_blob_file_src('P14_IMAGE',doc_id)||'" height="75" width="75" />' ) Image, '<a href="'||apex_util.get_blob_file_src('P14_IMAGE',doc_id)||'">'||'Download'||'</a>' Download from doc_attach where sgel_no = :P8_sgel_no ----------------------------------------------------------------------------------------------------- أرجو الافادة و شكراً للجميع اقتباس رابط هذا التعليق شارك المزيد من خيارات المشاركة
compulaser بتاريخ: 12 يناير 2020 كاتب الموضوع تقديم بلاغ مشاركة بتاريخ: 12 يناير 2020 السلام عليكم تم ايجاد حل على السؤال الثاني بفضل الله بالنسبة الى الصور التي تظهر في عمود BLOB في جدول ، وذلك باتباع الفيديو الذي عرضته مع تغير Type الى Percent Graph كلا من Image , Download اقتباس رابط هذا التعليق شارك المزيد من خيارات المشاركة
Recommended Posts
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.