الانتقال إلى المحتوى
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.

كيف يتم تقسيم حقل التاريخ يوم-شهر-سنة

Featured Replies

بتاريخ:

 

السلام  عليكم....

اذا كنت اريد اظهار حقل التاريح في فورم على شكل قائمة مقسمه الى ثلاثه اجزاء وهي اليوم والشهر والسنه فكيف استطيع فعل ذلك...........!

ارجو منكم الافاده وشكراً لكم

 

  • بعد 2 أسابيع...
بتاريخ:

 

السلام عليكم

 

1st you will add three list items non database and fill them dynamically by POPULATE_LIST

one for days ,  2nd for months ,  and the 3rd for years

 

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

at inserting

when the 3 lists change  at WHEN-LIST-CHANGED build your original date item (the database item

;('FULL_DATE  := to_date (:dd||'-'||:mm||'-'||:yyyy , 'dd-mm-yyyy:

 

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

at Post Query

you will extract day , month and year from the original date   ---> :DD :=EXTRACT(DAY FROM :FULL_DATE);  into the 3 lists

 

 

 Waiting for you feedback

 

Best Regards

 

تم تعديل بواسطة AElsaber

بتاريخ:

 

You can use the following query in your record group to build days query dynamically

 

SELECT  LEVEL , LEVEL FROM DUAL CONNECT BY  LEVEL  <= 31

 

and  the same for months and years queries

 

Regards

 

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

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

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

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

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

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.