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

How Use Tree

Featured Replies

بتاريخ:

السلام عليكم ورحمة الله وبركاته


في البداية انصحكم ونفسي باستغلال هذه الايام العشر بعمل الطاعات والتقرب الى الله وكثرة الدعاء

يا شباب انا اريد ان اعمل نظام مبني على tree
ولكني لا اجيد التعامل معها ولقد رايت من قبل نظام شجري ولكن مستبدل علامة + برمز مجلد عند الضغط يفتح المجلد
فهل يمكن لاحد ان يخبرني بكيفية التعامل معها
وجزاكم الله كل الخير



اخوكم عبدالفتاح

بتاريخ:

السلام عليكم
اخى
ممكن تعمل recordgroup
عبارة عن الاستعلام الاتى

SELECT     1,                  ---status which can take values(1,0,-1) for expanding 
          LEVEL,              ---depth of nodes depended on connect by
         desc_a,              ---label for node in tree
          'AFFLDCNT',         --- icon file name
         TO_CHAR (system_number)---value for node in tree
     FROM system_menu connect by prior system_number=system_number_parent ---relation between nodes
start with system_number_parent is null ---root nodes



بعد كده تعمل كود يملا الشجرة بالاستعلام

declare
htree ITEM;             v_ignore NUMBER;
rg_tree RECORDGROUP;    current_node FTREE.NODE;
find_node FTREE.NODE;   node ftree.node; 
state varchar2(30);
begin htree:=FIND_ITEM('tree.htree');
rg_tree := FIND_GROUP('sys_tree');
v_ignore:=POPULATE_GROUP(rg_tree); 
FTREE.SET_TREE_PROPERTY(htree,FTREE.RECORD_GROUP, rg_tree);
end;

تم تعديل بواسطة msayed.evara

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

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

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

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

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

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.