pulling all files, loopitem doesn't seem to limit - WeOnlyDo Discussion board

pulling all files, loopitem doesn't seem to limit (wodFtpDLX / wodFtpDLX.NET)

by wodSupport, Thursday, January 30, 2014, 21:35 (3732 days ago) @ scots

Hi.

I assume you're referring to wodFtpDLX ActiveX, right? Problem here is that PowerBuilder doesn't like in/out arguments in LoopItem event, so even you have set Skip = True, it is ignored and never returned back to wodFtpDLX - simply because your environment doesn't support it.

But not all is lost. We made a workaround for that, so inside LoopItem event you can set Ftp1.ItemSkip = TRUE (undocummented property) to achieve the same.

Can you try that?

Kreso


Complete thread: