done event - WeOnlyDo Discussion board

done event (wodFtpDLX / wodFtpDLX.NET)

by wodSupport, Tuesday, June 24, 2014, 10:08 (3587 days ago) @ scot e styer

Scott,

it's hard to say what is the problem without trying. I assume you're using Blocking = False. If so

if p_state = 1 then
putfile
p_state = 5
end

then this code would execute p_state = 5 too soon, you should rather set p_state inside Done event.

Also, note that MakeDir, DeleteFile etc.. also trigger Done event. Not sure if you're using them or not.

Kreso


Complete thread:

 

  • done event - scot e styer, 2014-06-23, 19:59 [*]
    • done event - wodSupport, 2014-06-24, 10:08