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

مشكلة بسيطة في List_item

Featured Replies

بتاريخ:

عندي list_item فيها خيارات لطريقة الدفع اما كاش او فيزا او اكسبريس ومع كل خيار يظهر text_item هاص لتعبئة رقم البطاقة ولكن المشكلة انه عند تنفيذ الفورم واختيار اول خيار يظهر التيكست الخاص به ولكن عندما اختار طريقة دفع اخرى لايختفي التيكست الاول ولا يظهر التيكست الخاص بالطريقة الثانية مرفق الكود والشاشة



if :list4 = 'CASH' then
set_item_property('t1',visible,property_true);
set_item_property('t1',enabled,property_true);
set_item_property('t1',navigable,property_true);
go_item ('t1');
set_item_property('t2',visible,property_false);
set_item_property('t3',visible,property_false);
set_item_property('t4',visible,property_false);
set_item_property('t5',visible,property_false);

elsif :list4 = 'SPAN' then
set_item_property('t2',visible,property_true);
set_item_property('t2',enabled,property_true);
set_item_property('t2',navigable,property_true);
go_item ('t2');
set_item_property('t1',visible,property_false);
set_item_property('t3',visible,property_false);
set_item_property('t4',visible,property_false);
set_item_property('t5',visible,property_false);

elsif :list4 = 'VISA' then
set_item_property('t3',visible,property_true);
set_item_property('t3',enabled,property_true);
set_item_property('t3',navigable,property_true);
go_item ('t3');
set_item_property('t1',visible,property_false);
set_item_property('t2',visible,property_false);
set_item_property('t3',visible,property_false);
set_item_property('t5',visible,property_false);
elsif :list4 = 'MASTER' then
set_item_property('t4',visible,property_true);
set_item_property('t4',enabled,property_true);
set_item_property('t4',navigable,property_true);
go_item ('t4');
set_item_property('t1',visible,property_false);
set_item_property('t2',visible,property_false);
set_item_property('t3',visible,property_false);
set_item_property('t5',visible,property_false);
elsif :list4 = 'AMERICAN EXPRESS' then
set_item_property('t5',visible,property_true);
set_item_property('t5',enabled,property_true);
set_item_property('t5',navigable,property_true);
go_item ('t5');
set_item_property('t1',visible,property_false);
set_item_property('t2',visible,property_false);
set_item_property('t3',visible,property_false);
set_item_property('t5',visible,property_false);


end if;

list.rar

بتاريخ:

تفضل اخي الكريم الفورم المرفقه ولا تنسى انه يجب عليك ان تقارن محتويات اليست ايتم بما هو موجود في LIST ITEM VALUE


بالتوفيق

list.rar

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

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

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

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

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

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.