Re: Forms 5.0 Changing Mouse Icon

From: <pberetta_at_my-deja.com>
Date: Thu, 16 Dec 1999 02:54:48 GMT
Message-ID: <839k9n$3dp$1_at_nnrp1.deja.com>


Brian;
  Revise your trigger on the button as follows: BEGIN
  SET_APPLICATION_PROPERTY(CURSOR_STYLE,'BUSY');

  • your code that takes 5 seconds goes here SET_APPLICATION_PROPERTY(CURSOR_STYLE,'DEFAULT'); END; Hope this helps, Paul

In article <HUW54.106$Oq3.335690_at_news.bctel.net>,   "Brian Neary" <bneary_at_gnosis-is.com> wrote:
> Forms 5.0 : When I press a button on my form I execute some PLSQL
which
> takes about 5 seconds to complete. How do I change the Mouse to an
> hourglass during this time?
>
> Thanks in advance, Brian
>
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Thu Dec 16 1999 - 03:54:48 CET

Original text of this message