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

KevinFournier

About

Username
KevinFournier
Joined
Visits
2,163
Last Active
Roles
Administrator

Comments

  • While it seems you have a work around, I can at least explain to you that the "OfficeFrame" color changed because Office themes have changed. The gray you used to get came from Office XP, but the blue comes from Office 2010. I'll have to update Offi…
  • Sorry for the belated response. If you have the latest SRP Engine Server (1.3) and the latest beta build of the controls (which you can grab here), you should be able to do this via the SRP DirectConnect Control. I've updated the control documentat…
  • I am sorry the documentation steered you in the wrong direction. I'm not sure why I documentation relative paths the way I did, but looking at the code, you should be just fine doing what you are doing... especially if it works. Internally I'm just …
  • Technical document will be forthcoming, but I can also direct you immediately on this product. The SRP Engine Server is a fire-and-forget design. It does not return results from requests. I'm not sure if this will meet your needs. We use it for tas…
  • Error "0" occurs when SRP Mail cannot find the CDO.Message library on your system. Has anything changed on that system in the last two days? Windows update? New OS? New Software? Anti-virus software update? Anything?
  • Regarding the read receipt, set field <11> of the Message parameter to 1. I updated the Wiki documentation to reflect this. I cannot help you regarding the US-Cellular issue as I have never attempted to send emailed text messages to that carr…
  • I suppose it depends on where your SMTP email server resides. If the email server is on your own network, it probably won't matter since that one email is going to become 100 emails piped through your upload. However, if your SMTP email server is h…
  • There does turn out to be a 64 connection limit in the winsock API. It was easy to overlook because it only applies to one function. After some work, I managed to increase the limit to 1024. It can go higher, but Windows tends to bog down beyond tha…
  • Try version 2.1.3 RC1. This should do a better job dropping orphaned connections. Let me know if you still have any issues and I'll work to resolve them right away.
  • I sent you an email with a link to a new build. Give it a test, and if it works, I'll make an official release.
  • This has been fixed. You can now download version 2.1.2 from our Downloads page.
  • I have tested in various OS's and copies of OI and cannot recreate this. I'm thinking perhaps it has something to do with the contents of the form. Do have another way of taking a screenshot of the form you are testing against so I can see what cont…
  • Has all your testing been inside Win 2008 terminal server?
  • What OS was this performed in? I wrote that routine a long time ago and am wondering if capturing screen regions requires a different approach in Vista on up.
  • To be sure I understand, you're hoping we have boilerplate code for converting a multi-value record into a JSON structure using the record's dictionary. That would be a useful routine, but I have not written one. Don has used SRP_JSON the most, and …
  • I think it's an issue of the default namespace changing inside the XML. In other words, xmlns is "" at the beginning of the xml and becomes "http://tempuri.org/" later in the XML. This makes it hard for XPath to determine what the tags are. That's w…
  • Try this: Xpath = "/soap:Envelope/soap:Body/t:HelloWorldResponse/t:HelloWorldResult/text()" NameSpace = 'xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" ' NameSpace := 'xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ' NameSpace…
  • Okay, I was able to recreate this. It wasn't a memory leak issue, it was a bug that occurs when the OI array used to initialize the SRP list is very large. This will be fixed in the next release. Also, since this was brought about by benchmarking, …
  • BRemove will always be fastest for sequential reading. I double checked SRP_List_GetAt and confirmed that there are no memory leaks in the strictest sense (i.e., all pointers are getting garbage collected upon release.) However, I am sure that behin…
  • SRP_Clean_Array only works on single dimensioned arrays. It does, however, allow you to specify any delimiter, so you could loop through each field , clean each array of values, and reassemble the 2D array at the end.
  • It appears that my object code was somehow out of sync with my source code. I could recreate your error until I simply recompiled SRP_Hash. Version 1.4.3 is now available for download. Sorry for the inconvenience.
  • When you right click a selection and choose Copy->SRP Forum, the code is copied to the clipboard surrounded by tags. You should be able to just paste that directly into any discussion within this forum site. When you want to copy code to t…
  • Ah, yes. Sorry I didn't chime in sooner. We're still working out why notifications aren't getting out. But this is for sure an OI thing. So, every time a splitter bar moves in the SRP Editor, I call this gosub: //---------------------------------…
  • Sorry the for the late response. I had caught this error a while back and fixed it. You can download a beta build here and give it a test.
  • My apologies for not responding. For some reason I wasn't getting notifications. I use UTF8 mode every day with the SRP Editor. I have one that opens in about 3 seconds, even though it's auto-opening 20 entities at the time. I tested this in OI 8.0…