Robert Carroll wrote: > Is there a reliable way to determine when the post command of the > httpsocket is finished sending data? > > I need my application to quit after a data form has been sent > successfully. So far the form is only sent properly when the > application stays running. Checking the send progress event with > > if bytesleft = 0 then > quit > end > > does not resolve the problem. I read the bytesleft as 0, but the form > does not get sent. Similarily, inserting an arbitrary pause with > while...wend doesn't help either (although perhaps this also stops > the post action). > > any suggestions would be appreciated > > thanks > > Robert Carroll > Toronto > RB 5.5.5 > Robert:
How do you terminate the post command string? You may need two or more line ends: %20%10%20%10 . Anyway it would be easy to try. Regards, Jim Payne _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
