Welcome! Log In Create A New Profile

Advanced

FTPsend function problem

Posted by emirhan 
emirhan
FTPsend function problem
February 12, 2009 01:51PM
Hi everbody,

I use FTPsend function in my project, I need to display the send process by using progress bar but, according to help file windev10 in FTPsend function is used with the Transfer_Progress procedure in that procedure there is a function that name is
Gauge(nCurrent, nTotal) and this function is used only with status bar. But I have to use it with progress bar, can I use it with progress bar or not?? On the other hand how can I use FTPsend and progress bar??? Thanks

my code is ;

FTPSend(FTP_Connection,Temp_Dest,FTP_PathName,"Transfer_Progress")

the Transfer_Progress procedure is;
PROCEDURE Transfer_Progress(nTotal, nCurrent)

Gauge(nCurrent, nTotal)
IF nCurrent = nTotal THEN
Message("Transfer done")
Info("Transfer done")
END
RESULT True





Edited 1 time(s). Last edit at 02/12/2009 01:52PM by emirhan.
Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
Message: