Home » Developer & Programmer » Forms » progress bar in oracle form 10g
progress bar in oracle form 10g [message #494017] Thu, 10 February 2011 21:37 Go to next message
swapnil_naik
Messages: 269
Registered: December 2009
Location: Mumbai
Senior Member

Hi friend,

currently i m making a report , on this i want to insert progess bar ....i did not get any satisfactory code in this forum..
if anyonne knows it please help me.
Re: progress bar in oracle form 10g [message #494330 is a reply to message #494017] Sun, 13 February 2011 08:56 Go to previous messageGo to next message
farnaw4u
Messages: 22
Registered: October 2006
Location: pakistan
Junior Member
hi swapnil_naik


U can make progess bar by trick ....

1. use timer object in forms 10g and make a colored display item .
2. when-timer_expired trigger increase the size if Display item..

regards

Re: progress bar in oracle form 10g [message #494471 is a reply to message #494330] Tue, 15 February 2011 00:23 Go to previous messageGo to next message
swapnil_naik
Messages: 269
Registered: December 2009
Location: Mumbai
Senior Member

Thanks for reply..

but can u more elaborate it...
Re: progress bar in oracle form 10g [message #494749 is a reply to message #494471] Wed, 16 February 2011 23:04 Go to previous messageGo to next message
athar.fitfd@hotmail.com
Messages: 193
Registered: October 2007
Location: pakistan
Senior Member
creating an item and making it colored and moving it by timer can't be called a progress bar. progress bar is what that shows the progress of the current task being performed.
Re: progress bar in oracle form 10g [message #494772 is a reply to message #494749] Thu, 17 February 2011 01:25 Go to previous messageGo to next message
athar.fitfd@hotmail.com
Messages: 193
Registered: October 2007
Location: pakistan
Senior Member
Quote:
U can make progess bar by trick ....
Re: progress bar in oracle form 10g [message #494817 is a reply to message #494772] Thu, 17 February 2011 03:47 Go to previous message
cookiemonster
Messages: 13938
Registered: September 2008
Location: Rainy Manchester
Senior Member
The problem with all this is how to check what the actual progress is so you can set the progress bar accordingly. If you're running a report you generally can't. There is no direct way of checking it's progress. The only possibility is that if the report takes a really long time to run it'll show up in the v$session_longops view. However if that happens I'd be looking for ways to speed the report up.

Progress bars don't generally work in forms and reports for this reason.
Previous Topic: Procedure
Next Topic: Oracle Forms Errors on Startup
Goto Forum:
  


Current Time: Mon Sep 16 12:55:18 CDT 2024