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

enabled and desabled

Featured Replies

بتاريخ:

al salam alikm
i would like to ask u 1 questin;;;;
i have data bolck and inside it
more than one text item and only one putton
so i want when i start writing any thing in the text item
the putton becomes enabled and when i
clear the text item the putton should
change to desabled and i tryied several times
but i could not
so plz help me
thanx

بتاريخ:

هذة فورمة فيها طريقتين
استخدم الانسب لك

enable_disable.zip

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

thanx for u
but sorry the file
is not working
so pez send it again

بتاريخ:

اسف
الملف مرة اخرى

123.zip

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

sorry for trubling u
but i cant open the file
i dont know why?

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

can u send it on
[email protected]
thank u

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

plz help me
thanx
so much

بتاريخ:

=============================
- اخر ملف (123.zip) نزلتة وشغال
- لقد ارسلت لك الملف على mail
=============================
لكن الموضوع سهل اوىىىىىىىى

شوف ياسيدى
************
1- انت ممكن تنفذ الفكرة باستخدام combobox

- let u have list item of type combobox [color=blue]t[/color]
- then u have button [color=blue]b[/color]
then put this code in [color=green]WHEN-LIST-CHANGED[/color]
IF :T IS NULL
THEN 
set_item_property('b',enabled,property_false);
else
set_item_property('b',enabled,property_true);
end if;



2- انت ممكن تنفذ الفكرة باستخدام timer

- let u have text item [color=blue]t2[/color]
- let u have button [color=blue]b2[/color]
then put this code in[color=green] WHEN-NEW-FORM-INSTANCE[/color]

DECLARE
T TIMER;
BEGIN

set_item_property('b',enabled,property_false); -- initial state

set_item_property('b2',enabled,property_false); -- -- initial state

T:= CREATE_TIMER('TIMER1',100,REPEAT);
END;

put also this cod in [color=green]WHEN-TIMER-EXPIRED[/color]

if get_application_property(TIMER_NAME )= 'TIMER1'
then
 IF :T2 IS NULL
 	THEN 
 	set_item_property('b2',enabled,property_false);
 else
 	set_item_property('b2',enabled,property_true);
 end if;
end if;


وبالتوفيق ان شاء الله

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

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

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

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

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

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.