Done Event - WeOnlyDo Discussion board

Done Event (wodFtpDLX / wodFtpDLX.NET)

by wodSupport, Tuesday, June 10, 2014, 18:48 (3579 days ago) @ S Styer

Hi.

I am not sure what exactly is the problem, so let's try to isolate it.

Are you using Blocking mode? If so, Done event doesn't fire (or, you should not handle it), but after PutFile is called, component will block until it gets file transferred.

BTW if you are using events, you should not 'sleep' or 'hold' them, because other windows messages may be arriving, and it is possible, in theory, that your programming environement will 'jump over' them.

So let's see how to change the code to make this work. What happens after the 'Done' event?

Kreso


Complete thread:

 

  • Done Event - S Styer, 2014-06-10, 18:33 [*]
    • Done Event - wodSupport, 2014-06-10, 18:48