الانتقال إلى المحتوى
View in the app

A better way to browse. Learn more.

مجموعة مستخدمي أوراكل العربية

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

مشكلة الصور في apex 19.2

Featured Replies

بتاريخ:

السلام عليكم

عند محاولة العمل على آخر نسخة حالياً وهي 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

-----------------------------------------------------------------------------------------------------

أرجو الافادة و شكراً للجميع

بتاريخ:
  • كاتب الموضوع

السلام عليكم

تم ايجاد حل على السؤال الثاني بفضل الله بالنسبة الى الصور التي تظهر في عمود BLOB في جدول ، وذلك باتباع الفيديو الذي عرضته مع تغير

Type الى Percent Graph

كلا من Image , Download

انضم إلى المناقشة

يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.

زائر
أضف رد على هذا الموضوع...

برجاء الإنتباه

بإستخدامك للموقع فأنت تتعهد بالموافقة على هذه البنود: سياسة الخصوصية

Account

Navigation

البحث

إعداد إشعارات المتصفح الفورية

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.