customisable window titles

rbrooker

Member³
would it be possible to take the results of a simple query and propogate that to the title bar of a sql window?

I am running a process that takes about an hour to complete and have a sql window doing a count every 3 seconds to see how far through it is.

I have made that window small and it is sitting in the bottom corner of the application displaying the number of rows processed. this means that i cannot have any windows maximised without losing sight of the window keeping count.
either that, or i keep changing windows to see how far through it is.

a cool idea would be to have an option that allows the caption of a sql window to include the first line of the result set. this way, the title would read : "S - select count(*) from current_internal : 1999" for three seconds and then "S - select count(*) from current_internal : 2199" for he next three seconds.

just a thought.

cheers.
 
Back
Top