Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

sbotes

About

Username
sbotes
Joined
Visits
49
Last Active
Roles
Member

Comments

  • Thanks Kevin, I will do what I can to watch for this and see if I can offer up any clues.
  • Recommendation taken. Thanks for the response.
  • That works fine. Thanks Jared.
  • Don, the changes to the message only occur when the SRP_Editor is also open. I will check to see if there is a Yield() statement in the loop. However, what you provided was an answer to a secondary question. The original one was how do I continue …
  • If I find something that works I will update this. I have tried most things I can think of.
  • https://sourceforge.net/p/scintilla/bugs/1643/ Interesting discussion about a similar type issue that seems like what I am experiencing as it does not happen with all of my computers just the newest one. Most of the discussion is over my head but…
  • Yes the problem occurs in the Editor++ At one point today the cursor actually reappeared for about 5 minutes. Then it was gone
  • No wonder it didn't work.....duh I must say I once I had it in my head how sweet a tool to rename files this was I just couldn't see that it was only for string manipulation. Thanks Kevin for clarifying and being gentle about it. Good thing Don w…
  • Thanks Kevin. I figured that would be the only way to do it. I am trying to figure out a problem that I would have had the answer to if my question had been responded to with a yes...... back to the drawing board.
  • Kevin, Now I understand that this is a web page that is being returned from my forced error. I also now understand that this will be different depending on the target URL and the service behind it. Thus other than perhaps opening a web page and dis…
  • Well that would explain why I can't get it to work. )-: This is data that is returned when I make a request to get the additional error detail. Httpclient_Services("GetResponseBody") I have purposely used a bad request in a REST API post. I am…
  • Well I thought I had this stuff figured out..... but I am frustrated. Kevin will you please assist with this xml string. It is the return from a failed http post. This looks like it has a name space. I have tried numerous ways. to get at what a…
  • Hmmm HttpClient_Services has the same $Insert Service_Setup and that issues an Error_Services("CLEAR") which then clears the common and my call after control is returned to me finds no errors. I think that points at the Service_Setup?
  • Okay, lets simplify this. Perhaps my approach is all wrong. Let's start with an intentionally bad URL. It simply does not exist. So I do the following * 1. Result = HTTPClient_Services('SetTimeoutDuration', 10) * 2. Result = Httpc…
  • No apologies necessary. You have assisted so many times an occasional fumble is forgiven. But this getting older stuff does sneak up on one. Okay, so I should expect something back on a time out or bad gateway etc. correct? Certainly the browser …
  • Update - I added the HTTP_Services request to my code and forced an error in my request to AvaTax. It returned 200 yet the code in my example returned a 500 and the error body. When I used a bad URL the request timed out and I got nothing back fro…
  • I am using GetResponseStatusCode I chose it from the documentation under HTTPClient_Services. I do not see GetResponseStatus there. However when I use the SRP help (shift-f1) on GetResponseStatus it tells me that it returns the status of the most…
  • I downloaded and tested 158RC1. SRP_Encode no longer crashes when using the options variable. I have confirmed that the CRLF is being stripped. When I inspect the variable created with the option to strip the CRLF in the OI debugger the Modify V…
    in SRP_Encode Comment by sbotes July 2016
  • Dan, We are running an OI point of sale application for about 75 concurrent sessions using an app called 2X. It is a Citrix wanna be that works quite well for us. It is also relatively inexpensive. I works by putting wrappers around a RDP session t…
  • Don, I like this suggestion. Over the years I have shot myself in the foot when opening one SSP and planning on saving it under a different name after changes. Failure to do so results in an Ohhhh "heck" response.
  • Phil, I agree with Frank. Over several years of sending email broadcasts from RetailWare we have had a number of problems with our outgoing emails being blocked. Often in our case we were sending many more than 100. Our solution was to send one at …
  • That worked. Thank you. In taking your example from the documentation but with mr rather than t as you are showing. I could not get it to work. I believe I must have left the namespace identifier off of the last tag. I went back and tested and it …