Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL progress bar
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00100111
Message ID:
00100485
Views:
49
>Hello Don,
>
>>Please remember that not all of us are "select members" of Universal
>I'm not have this option either ;).
>>Thread - only paying guests have access to the search feature. It is more
>>helpful to just say which library an article is in.
>Actually, I don't know (it was a long time ago) .
>As you wish, here is an idea:
>
>thisform.progressbar.MaxValue = reccount()
>thisform.progressbar.Value = 0
>
>select , updateprogress();
> from table1;
> blah blah blah
> into cursor tmp
>thisform.progressbar.Value = thisform.progressbar.Maxvalue
>
>function updateprogress
> thisform.progressbar.value = _tally
>return .t.
>
>That's all! Hope it helps.
>
>
>
>P.S. Sorry for late reply, but my ISP gave me a hard time today with their BUSY.

Vladimir,

Have you ever done timing tests with this setup? How much slower is a SQL query with the updateprogress() embedded as opposed to one without it? Just curious as I'd like to do something like that but am afraid that I'd lose too much time.

Steve
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform