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

كيف يتم عمل PROGRASS للبرنامج قبل التشغيل

Featured Replies

بتاريخ:

الإخوة الأعزاء

كيف يتم عمل PROGRASS للبرنامج قبل التشغيل

وعند تحديث قاعدة البيانات

وفق الله الجميع

  • بعد 2 أسابيع...
بتاريخ:

من فضلكم احتاج الى الرد

بتاريخ:

In the Layout Editor, click the Text Item tool.
Drag to create a text item of the maximum size of the progress bar.
For a raised style bar, set the Bevel property of the item to raised.

2 Click the Rectangle tool and create a rectangle slightly
larger than the maximum size of the progress bar. For a flood
style bar, set the Bevel property of the rectangle to Lowered.

3 Add trigger code to set the size of the progress bar
as appropriate. Change the size by programmatically adjusting
the Width property. Depending on your application you might
do this within a PL/SQL loop, or in a WHEN-TIMER-EXPIRED
trigger. For example, use the Set_Item_Property built-in:

declare
x number := set_item_property ('progress.plain',width) ;
begin
if x < 120 then
set_item_property ('progress.plain',width, x+5 ;
else
delete_timer ('progress') ;
end if;
end ;


and don't forget to create timer by progress name ;

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

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

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

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

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

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.