Click here to Skip to main content
15,895,777 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to use progress bard in according to my search query also a timer.
please help
Posted

1 solution

If you mean a database query, this is really hard to do reliably. The time spent on a query affected by several factors like the plan, server workload, network traffic and so on.

Typically a marquee type if indicator is used to inform the user that the operation is running but the time estimate is unknown. Depending on the technology you use, the progress bar element differs.

For example Forms has ProgressBar[^] where you can set the Style[^] to Marquee.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900