Re: Oracle Forms Question
From: Daniel Morgan <damorgan_at_exxesolutions.com>
Date: Wed, 03 Sep 2003 22:11:14 -0700
Message-ID: <1062652251.532415_at_yasure>
Date: Wed, 03 Sep 2003 22:11:14 -0700
Message-ID: <1062652251.532415_at_yasure>
M wrote:
>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
>
>
>
Don't work on Windows ... get a real operating system.
-- Daniel Morgan http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp damorgan_at_x.washington.edu (replace 'x' with a 'u' to reply)Received on Thu Sep 04 2003 - 07:11:14 CEST