بتاريخ: 28 مايو 200619 سنة comment_70555 الإخوة الأعزاءكيف يتم عمل PROGRASS للبرنامج قبل التشغيلوعند تحديث قاعدة البياناتوفق الله الجميع تقديم بلاغ
بتاريخ: 12 يونيو 200619 سنة comment_71868 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:declarex number := set_item_property ('progress.plain',width) ;begin if x < 120 then set_item_property ('progress.plain',width, x+5 ;elsedelete_timer ('progress') ;end if;end ;and don't forget to create timer by progress name ; تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.