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
- 101
- Last Active
- Roles
- Member
Comments
-
Thanks Kevin I am not convinced of anything except it is causing some excitement. I will fill you in later, maybe through Don.
-
We are running on 5 different servers. All 2016 vintage. We have applied the suggestions from this forum and that has helped. The odd thing is that different programs running on the same server calling the same send_mail program will through almos…
-
Have also seen this one but rarely Return Code = RevDotNet Error: Invalid control specified,
-
Kevin, this is all that is returned. If there is more tell me where to look. Return Code = RevDotNet Error: No method found that matches this requestþ, It is inconsistent in that a lot of email goes through some don't, but in almost all cases thi…
-
And one more thought... I have lots of these if I don't have to code them. :-) How about a link from within a licensed editor that would allow me to store my favorites AND my selected options on an SRP server? I would even pay a small fee for that…
-
Hey Legend! I thought at one point you were considering a folder/file structure for the favorites. When working on different projects, it would be a good organizing tool, and being able to remove an entire folder would be a plus.
-
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…