Thank you Tracy!

On 2/26/2015 8:14 AM, Tracy Pearson wrote:
    try
        oHttp.send()
    catch
        oHttp.abort()
    endtry
    if oHttp.readyState = 4
        *** Success!
    endif

On 2015-02-26 09:54, Jeff Johnson wrote:
What should the code for abort() be?

Thanks,

On 2/26/2015 6:14 AM, Tracy Pearson wrote:
It may be the send, you are not able to reach the host. AERROR() will give you more information. Did I mention that the send method should be wrapped in a try catch? The catch should abort(). Then the following code should not run unless the readyStatus is equal to 4.

On February 26, 2015 8:02:20 AM EST, Jeff Johnson <j...@san-dc.com> wrote:
Tracy, I received an error 1429 on one of these lines of code. I think

it is the second.  Goto Line from an error message always puts you one
off.

oHttp.send(postText)
lcxml = oHttp.responsexml.xml  line of code.

1429 is not very descriptive.  ;^)



[excessive quoting removed by server]

_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/54ef3c88.6070...@san-dc.com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to