Hello everybody,
is there any way to show a Progressbar while a sql-statement is running?
I think that I have to solve this by using Threads...but as usual don't know how
If there is any solution or an example, please let me know.
Regards
Steffi
Progressbar until SQL-Statement has finished...
Moderators: gto, cipto_kh, EgonHugeist
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
Hi Steffi,
I'm afraid you only can show a 'busy' pointer or something like an every ticking clock. First prerequisite for a progress bar is knowing how long the query will take.
For setting the Hourglass cursor : try "ZConnection.SQLHourGlass := true;" I never used it, but I think it's a good thing to start with.
Mark
I'm afraid you only can show a 'busy' pointer or something like an every ticking clock. First prerequisite for a progress bar is knowing how long the query will take.
For setting the Hourglass cursor : try "ZConnection.SQLHourGlass := true;" I never used it, but I think it's a good thing to start with.
Mark