Click to See Complete Forum and Search --> : Weird Problem...


Boumxyz2
September 26th, 2001, 11:35 AM
Maybe someone can tell me what I am doing wrong..

I'm using the inet control and I'm getting a weird error

if I do

MsgBox (CannexFTPCtrl.ResponseInfo)



I'm getting en empty MsgBox

If I do

MsgBox ("Anything")
MsgBox (CannexFTPCtrl.ResponseInfo)




I'm getting the actual response code ( incorrect password, unresolved name , and so on )

Anyone has any idea what I'm doing wrong ?

Thanks
Nic