Re: Status Bar in Forms 5.0

From: Patrick Wolf <patrick.wolf_at_telekabel.at>
Date: Thu, 27 Aug 1998 20:55:01 GMT
Message-ID: <35e5c799.20064881_at_news.telekabel.at>


Hi,

create a display item, which has set
background color=blue,
bevel=none,
width=0

use the following code to set the progress bar

procedure set_percent (

    p_percent IN NUMBER )
IS

    MAX_WIDTH_K CONSTANT NUMBER := 145;
BEGIN
    SET_ITEM_PROPERTY (
      'TEST.PROGRESS_BAR', WIDTH, (MAX_WIDTH_K / 100 ) * p_percent );     SYNCHRONIZE;
END; That's all
Patrick

On Wed, 26 Aug 1998 17:12:15 -0400, Venkatesh Malepati <venkatesh_at_teamqsi.com> wrote:

>Hai Everybody,
>
>Does any body know how to use status bar in oracle forms 5.0. I have a
>loop, which goes through around 10,000 records each time. I need to show
>a status bar while it is in the loop. Please advice me, if you know some
>thing how to go about with it.
>
>
>advanced thanks,
>
>regards,
>venkatesh



Patrick Wolf
Working for Scientific Games, Vienna

E-Mails: patrick.wolf_at_telekabel.at (home)

         wolf_at_scigames.at (work) Received on Thu Aug 27 1998 - 22:55:01 CEST

Original text of this message