Home » Developer & Programmer » Forms » How to show status bar while the form is running
How to show status bar while the form is running [message #79682] Tue, 02 July 2002 20:08 Go to next message
Gnanam
Messages: 19
Registered: July 2002
Junior Member
Hi Friends,

I want to show any kind of status while running my form.

If I am using a base table block and execute query then the mouse point is in different shape.
like that when I select set of records into cursor and display on the control block, I want to show some difference on the mouse point or any text box like status bar.

Thanks in advance.

Regards
Gnanam.
Re: How to show status bar while the form is running [message #79716 is a reply to message #79682] Thu, 04 July 2002 19:20 Go to previous message
Pradeep
Messages: 55
Registered: July 2000
Member
You can put message('Working...',no_acknowledge);
before your fetching starts and also put
messge('',no_acknowledge );
after fetch.
such that it is like a status bar message.
Also if you want to change the cursor property then you can use set_application_property( cursor_style ...
etc...

Regards
Previous Topic: About Oracle Forms9i
Next Topic: Forms exits with Shift+tab
Goto Forum:
  


Current Time: Wed Apr 24 20:07:32 CDT 2024