Re: Oracle Forms Question

From: M <someone_at_microsoft.com>
Date: Thu, 4 Sep 2003 11:22:53 +0800
Message-ID: <bj6c6t$1quf$1_at_news.hgc.com.hk>


Of course I expected there's no such "program hang" situation. At least it seems weird to users!

"nobody" <nobody_at_nowhere.com> wrote in message news:L4r5b.65010$kH3.47594_at_news02.bloor.is.net.cable.rogers.com...
> 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 Thu Sep 04 2003 - 05:22:53 CEST

Original text of this message