Hello
I'm trying to track recordset loading progress (it is loaded
asynchronously), but neither FetchProgresss or FetchComplete event is
launched. I played with WillMove events in sychronous mode and they work
just fine. Can someone guide me how to get those events fired? I'm using
pywin32 bui
The objects last quite long because it's a huge database (about 73
records) and it takes a few minutes to load, that is why I wanted to
track the progress so the user know that something is happening. As for
now, I implemented "pulse" progress bar to notify the user of activity,
however acc
That was just a typo when I was posting to the list :-). In real code I
have the recordset setup correctly, it's just the FetchProgress and
FetchComplete events that do not work.
Tim Roberts wrote:
> On Thu, 22 Dec 2005 10:15:29 -0500, Dawid Zamirski <[EMAIL PROTECTED]> wrote:
is loop to the bottom of the test function:
> while 1:
> pythoncom.PumpWaitingMessages()
> time.sleep(0.1)
>
>Roger
>
>
> - Original Message -
> From: "Dawid Zamirski" <[EMAIL PROTECTED]>
> To:
> Sent: