Re: Forms Question

From: Valeri Sorokine <vsorokin_at_dd.ru>
Date: Fri, 19 Mar 1999 16:34:34 +0300
Message-ID: <36F2526A.E97EA429_at_dd.ru>


You can use Set_Application_Property as mentioned by Arvind Balaraman:

  Set_Application_Property(CURSOR_STYLE, 'BUSY');   message('Working...');
  ...
  Set_Application_Property(CURSOR_STYLE, 'DEFAULT');

But if you have discrete DB process you can use coloured 'Process bar': just create text item with coloured background and use Set_Item_Propery to change its width some times (from 0% to 100%). You can do it creatively - use another window, bevel property and so on.

Hope this helps.

Ken Halsted wrote:
>
> I was wondering how most people let the users know that Forms is processing
> information over the database. I want the Windows Hourglass to be working
> while this happens. Is there anyway to tell windows to change the cursor to
> an hourglass while Oracle is working in the background and then turn back to
> a pointer when done?
>
> If not, what's another user-friendly way to inform users that something is
> taking place?
>
> Thanks for any help,
>
> Ken.

-- 
Valeri Sorokine
ProSoft, Russia, Moscow, Information Systems Division
Phone: +7 (095) 234 0636 (6 lines) FAX: +7 (095) 234 0640
E-mail: vsorokin_at_dd.ru OR vsorokin_at_prosoft.ru
http://www.dd.ru
Received on Fri Mar 19 1999 - 14:34:34 CET

Original text of this message