pulling all files, loopitem doesn't seem to limit (wodFtpDLX / wodFtpDLX.NET)
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