Hello,
I have designed an Access DB that collects data and and extracts it to a text file. I then coded the DB to FTP the text file. In order to make it easier for the user, I inserted a Web Browser Control on the form where the user selects the data.
Originally, the WBC opened to the FTP site in folder view on form_open. However, after the text file had been FTP'd, the WBC would not show the new file had been added.
If I closed Access and opened it up again, I could see the new file in the WBC. I hid the WBC until the FTP was complete and added a timer to delay for 15 seconds in case there was a lag. It would show the new text file after the lag.
However, the user may ftp more than one document in a session. I need to be able to refresh the WBC after each upload. Is there any way I can do this?
I have designed an Access DB that collects data and and extracts it to a text file. I then coded the DB to FTP the text file. In order to make it easier for the user, I inserted a Web Browser Control on the form where the user selects the data.
Originally, the WBC opened to the FTP site in folder view on form_open. However, after the text file had been FTP'd, the WBC would not show the new file had been added.
If I closed Access and opened it up again, I could see the new file in the WBC. I hid the WBC until the FTP was complete and added a timer to delay for 15 seconds in case there was a lag. It would show the new text file after the lag.
However, the user may ftp more than one document in a session. I need to be able to refresh the WBC after each upload. Is there any way I can do this?