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

كيف اجلب عدد صفوف جدول Adf

Featured Replies

بتاريخ:

السلام عليكم ورحمه وبركاته
الاخوه الاعزاء في هذا المنتدي المتميز تحيه من القلب اليكم ويسرني ان اهنيكم بقرب حلول العيد الاكبر فكل عام و الجميع بخير اود أن اطرح سؤال كيف يمكن الحصول علي عدد صفوف جدول ما و كيفيه اعمل sumلعمود حيث اني بدأت أكتب هذا الكود وظهرت هذا الخطأ.


Type or variable bindingContext not found
Method getCurrentBindingEntry notfound
Local variable bc no used
هذا المكود
public String GetCurrentRow() {
// Add event code here...

BindingContainer bc =( BindingContainer)bindingContext.getCurrentBindingsEntry();
return null;

}

بتاريخ:

السلام عليكم ورحمة الله وبركاته
يمكنك معرفة عدد الصفوف عن طريق {bindings.View_name.estimatedRowCount}#
او عن طريق bean
وذلك كالاتي:

public void setTt1(RichTable tt1) {
this.tt1 = tt1;
}

public RichTable getTt1() {
return tt1;
}


public String getRowCount()

}

System.out.println(tt1.getEstimatedRowCount());

return null;
}
وتحديد tt1 ل property ل table
وعندما تريد عمل sum ل column في احدى الصفوف :
مثلا تريد جمع مرتبات الموظفين
اذهب الى model ثم الى EmployeesView وقم باضافة Attribute transient
وضيف
("EmployeesView.sum("Salary
ك Groovy Expression
وشكرا

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

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

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

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

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

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.