It works now, after the last try I had the network down...
That's why I got the error message.
Thank you very much for your help.
It was a big help, :)
It does not throw out anything...
I will put next the code:
Option Compare Database
Option Explicit
' Set Constants
Const FTP_TRANSFER_TYPE_ASCII = &H1
Const FTP_TRANSFER_TYPE_BINARY = &H2
Const INTERNET_DEFAULT_FTP_PORT = 21
Const INTERNET_SERVICE_FTP = 1
Const INTERNET_FLAG_PASSIVE =...
I changed it...nothing happens...
When I copy manually the readme.txt from the ftp.microsoft.com/deskapps server (just for testing), it works.
But when I push the download button from the acces 2003 application nothing happens. no error, no message, the file not copied. I don't understand
Hi,
I've tried your sugestion...but it does not seem to work.
In the "Download" button , I've put the following event:
Private Sub Command27_Click()
Dim blnSuccess As Boolean
' True if successful, false if not.
' All values prefixed with Your need you to substitute the correct values for...
Yes, I've looked at this topic, but I don't understand exactlly how this function will be added in the event of the "Download" button.
If you have any sugestion for this...
Thank you
Hello,
I am trying to get a txt file from a FTP location, which I need to use in my application.
I don't know exactlly how I can do this using a mcaro or function...so if you have any ideea it would be very helpfull.
Thank you
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.