-
Inet again......
I have a Inet control in my prog. I also have a settings form where the user can set properties like host, username, password.
I then have a button that the user clicks when he/she wants to start a download of a file that resides on a ftp. It all works ok. But here comes the problem:
If the user enters the correct username and password, and makes a download. After the download has completed the user for somekind of reason wants to change the password or the username while the app is still running. The user has now changed for example the password to a wrong password and trys to start a download from the ftp, and the download will still work when it shouldn't??!?!?!? It seems like when the I run the execute method of the inet control it uses the old settings....
I have checked that the inet control recives the new settings, so that the properties of the inet control is set to the new settings...
What could cause this problem???
/Smirre