Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Progress bar when uploading or downloading files
Wed, Feb 7 2007 9:34 AMPermanent Link

kk aw
Is it possible to display a progress bar when uploading or downloading
files to the Dbsrvr.

I am aware of the SendProcedureProgress event.  The problem is how do I
determine the percentage of completion?

KK Aw
Wed, Feb 7 2007 4:31 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

KK,

<< Is it possible to display a progress bar when uploading or downloading
files to the Dbsrvr. >>

You can use these events to do so:

http://www.elevatesoft.com/dbisam4d5_tdbisamsession_onremotereceiveprogress.htm
http://www.elevatesoft.com/dbisam4d5_tdbisamsession_onremotesendprogress.htm

Just assign an event handler for them right before calling the server-side
procedure and then you can use either to track the send or receive progress.

--
Tim Young
Elevate Software
www.elevatesoft.com

Thu, Feb 8 2007 6:28 AMPermanent Link

kk aw
Thanks Tim.  Great stuff.

KK Aw
Image