Monday, August 5, 2013

How Set Button Disable If Table Has Not Data - Oracle ADF

 بسم الله الرحمن الرحيم
اللهم علمنا ما ينفعنا وانفعنا بما علمتنا يا رب العالمين
---------------
How Set Button Disable If Table Has Not Data
step one 
create table and drag button createInsert

لعدم تمكين زر الانشاء من التنفيذ في حالة عدم وجود بيانات

الخطوة الاولي
انشاء جدول واسحب زر createInsert


step two
in the disabled property of the button , write this expression
#{bindings.DepartmentsView1.estimatedRowCount gt 0 ? false : true}

Note :
change DepartmentsView1 to be your vo name

الخطوة الثانية
من خصائص الزر قف علي disabled واكتب الامر
#{bindings.DepartmentsView1.estimatedRowCount gt 0 ? false : true}

ملحوظة 
غير الاسم DepartmentsView1 وضع اسم vo اللي انت بتشتغل به


step there
Run Page and Test

الخطوة الثالثة
اعمل رن للصفحة وجرب


والسلام عليكم ورحمته الله وبركاته
<< سبحانك اللهم وبحمدك أشهد أن لا اله الا أنت أستغفرك وأتوب اليك >>

No comments :

Post a Comment

Related Posts Plugin for WordPress, Blogger...