Re: Oracle Forms Question

From: nobody <nobody_at_nowhere.com>
Date: Wed, 03 Sep 2003 19:14:51 GMT
Message-ID: <L4r5b.65010$kH3.47594_at_news02.bloor.is.net.cable.rogers.com>


[Quoted] what do you expect it to do, besides a time delay "M" <someone_at_microsoft.com> wrote in message news:bj55en$16gv$1_at_news.hgc.com.hk...
> Hi All,
>
> I just wonder if it is the case the Oracle Forms just hang for a couple of
> seconds with the following codes:
>
> WHEN-BUTTON-PRESSED of any item:
> loop
> i := i + 1;
> exit when i >= 100000;
> :any_item_in_form := i;
> synchronize;
> end loop;
>
> The above code is just an example (of course that won't happen in real
> life!). When the form runs, the :any_item_in_form just syn the value i
but
> when I move the mouse, the task "Oracle Forms" just don't response until
it
> looped to the end of the count.
>
> Any clue and resolution?
> TIA
>
>
>
Received on Wed Sep 03 2003 - 21:14:51 CEST

Original text of this message