Re: wodFtpDLX - GetFiles and LoopItem - WeOnlyDo Discussion board

Re: wodFtpDLX - GetFiles and LoopItem (General questions)

by wodSupport, Thursday, July 21, 2005, 16:03 (7064 days ago) @ david.didonato

Create new class, at the top declaration add [code]Dim WithEvents Ftp1 as wodFtpDLXCom[/code] and then in class_initialize do [code]Set Ftp1 = new wodFtpDLXCom[/code] you should see now 'Ftp1' on dropdown combo as list of objects in the class. You will also have list of events for it.

Hope it helps.


Complete thread: