Re: Syntax error in parameters or arguments. (General questions)
Ogedei,
if you hardcode those values instead of
rs( FTPDropOffDir )
just for a test, does it work? Could it be that your 'rs' function doesn't return string, but perhaps variant, or something else that wodFtpDLX cannot determine what it is? If you change it to
Dim a as string
a = rs( FTPDropOffDir )
FtpDlg.PutFile(a,....)
does that work? That way you explicitly give strings to PutFile.
Kreso
Complete thread:
- Syntax error in parameters or arguments. - Ogedei, 2006-12-22, 17:47
- Re: Syntax error in parameters or arguments. - wodSupport, 2006-12-22, 17:50
- Re: Syntax error in parameters or arguments. - Ogedei, 2006-12-22, 18:11
- Re: Syntax error in parameters or arguments. - wodSupport, 2006-12-22, 18:19
- Re: Syntax error in parameters or arguments. - wodSupport, 2006-12-22, 18:21
- Re: Syntax error in parameters or arguments. - wodSupport, 2006-12-22, 18:19
- Re: Syntax error in parameters or arguments. - Ogedei, 2006-12-22, 18:11
- Re: Syntax error in parameters or arguments. - wodSupport, 2006-12-22, 17:50