wodFtpDLX - GetFiles and LoopItem (General questions)
hi
i use the component.
my problem is:
i have an MS Access Module without form (here is my source):
***************333
Public g_objFTP As wodFtpDLXCom
Function FTP_GetFile() As Boolean
On Error GoTo OnError
FTP_GetFile = False
g_objFTP.RemotePath = /
g_objFTP.GetFiles C:Temp , sRemotePath
FTP_GetFile = True
End Function
***********
How can i activate die EVENT LoopItem without a Form ? i would like to check if is the right file or i must skip the file ?
please help me with a litte example ?
thx
david