Re: Syntax error in parameters or arguments. - WeOnlyDo Discussion board

Re: Syntax error in parameters or arguments. (General questions)

by wodSupport, Friday, December 22, 2006, 17:50 (6355 days ago) @ Ogedei

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: