Help - Windows process won't quit

Kevin Stallibrass kevin at stallibrass.com
Fri Dec 14 08:02:52 EST 2007


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




More information about the use-livecode mailing list