Hi,
I've build a standalone which simply adds a new line of text to a file
located on an ftp site, then displays the entire file in a text box.
It works fine but when I close the application, windows holds on to the
process and I have to force quit it via task manager.
The problem only happens if an upload has been made so I presume that a
something is being left open somewhere - I just can't find it!
Here's what I'm doing..
put cr & the short date && cutInternetTime & tab & fld "name" & tab &
newCtemp & tab & fld "one" & tab & fld "two" & tab & fld "three" &tab &
fld "four" & tab & fld "five" into urlData
put "ftp://myftp:" & fld "password" &
"@ftp.myftp.co.uk/htdocs/log/myfile.txt" into myURL
put urlData after URL myURL
put URL "http://www.myWeb/log/onyxlogfile.txt" into fld "table"
Any light you can shed on this would be gratefully received as I'm running
out of hair
Regards
Kevin Stallibrass
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution