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
- 86
- Last Active
- Roles
- Member
Comments
-
All is resolved. Thanks Kevin and Don for your assistance. It turns out that a bad replyTo email address triggers all of the errors. That was not an issue in the earlier versions. So I did not focus on it. My users have the ability to change the r…
-
Here is what is being passed in the first parameter. The problem is the user can enter a reply to address. This one was being modified by the user and turned out to be invalid. Thanks for the help. I am always irritated when I miss something tha…
-
OI version is 9.4.6 With the SRPMail.dll 2.1 I was not getting any errors with this same email. However, I have one customer who was having issues with attachments and that started this. That customer was using a much older version of SRPMail. I i…
-
Don, you asked about versions of .NET here is what is running on my system. Am I still missing something?
-
Does something have to be re-registered after downloading the SRP_MAIL install?
-
Hi Kevin, I downloaded the newest version and installed it on top of the 2.1 version. I checked and the DLL showed the new version. But when I test it I get this message back. Was there something else I missed? I did not make any changes to the …
-
I have this one on our development platform for RetailWare but the client has the older one. What do I need to do to bring them current?
-
Thanks Kevin..... my mom always said take care of yourself first.... I will be watching for that F11 option soon. lol
-
@kevinFournier I love using F12 to jump to a label. How about a reverse jump. Say F11 if it is available, takes me back to where the previous jump originated. I tried using bookmarks, but the code I am currently working on uses debug statement…
-
Ditto on the adjusting favorites. However, it does not happen consistently
-
Thanks Kevin. I thought maybe Don had a hand in it since I like the End and I think he likes end!! LOL
-
Yup, as I said I had never seen it done that way before. In fact using the SRP editor I could not place a colon or plus sign next to the first variable then a space followed by the second variable. This was old code that was probably created with…
-
The problem I ran into was one in which there were multiple lines and the colon was removed. So the data that was supposed to be appended was over writing. The problem I think stems from the misuse of the concatenation. At least I never learned it …
-
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…