Icon View Incident Report

Serious Serious
Reported By: Vinnie Murdico
Reported On: 8/21/2002
For: Version 3.14 Build 1
# 1187 TDBISAMQuery OnQueryProgress Event Does Not Always Fire at 100 Percent for All Queries

Is there a way to tell when a query has completed its progress. I tried testing in OnQueryProgress for PercentDone > 99, but in some cases, it doesn't always fire that one final time to let you know it's reached the end.

In any event (no pun intended), unless I'm missing something, It would be really great if it could fire at the completion of the query with PercentDone = 100.

The reason for needing this is to set the Progressbar.Visible = False when the query compeletes. I could add the code after every time I open the query, but I thought if I could do it on some event in the Query component, it would be more centralized.


Resolution Resolution
Fixed Problem on 8/25/2002 in version 3.15 build 1
Image