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

DonBakke

About

Username
DonBakke
Joined
Visits
3,156
Last Active
Roles
Administrator

Comments

  • Harold, OpenInsight has limited support for drag-and-drop. It can support drag-and-drop of information between controls and drag-and-drop from OS files. You cannot drag-and-drop directly from Outlook. If you drag an email into a folder, you can dr…
  • Andy, After reading your original note to me, I did some research and I believe you can use the EnsureVisible method. Let us know if you need more details on this.
  • Regardless, having OI crash on a 'save' in the editor is a little concerning and I thought it may be something you guys could easily address. Yes, I have not overlooked your original concern in this. My questions were meant to isolate the nature o…
  • Mark, I'm still confused as to how you are getting this inserted into an OI database record in the first place without the field marks. Alternatively, what steps are you going through that causes the crash to occur? FWIW, @LF or @CR/LF delimited d…
  • Mark, How do you normally store this long string in OI? Also, have you tested other editors?
  • Mark, Can you post the HTML code or email it to support@srpcs.com? That way we can test it ourselves.
  • Ed, I was under the impression that the property still doesn't work correctly. Is that correct? I was waiting to see if this would get resolved before discussing your upgrade options. Either way, if you want to upgrade now or later, we should discu…
  • Mark, I approve your sensibility in preserving the generic quality of the service for the reasons you noted. I think, however, your final comments may present a reasonable middle ground. It provides you a way to direct the service toward greater gr…
  • Mark, I don't have an answer to your question. :) But I'll throw a question your way. Why do you need to remove elements out of the array rather than just build the array correctly the first time? I understand you are getting the serialized JSON fr…
  • Matt, Yes, I saw the post to Bryan. Are you setting UTF8 mode in your HTTP service before handling your data?
  • Kevin, You beat me to the punch. I was trying to see if the REMOVE method would support the path syntax like THE GETVALUE method. That would be pretty wizard...
  • Matt, I'm relieved and glad to hear that this is working for you. However, I am surprised you needed to set the Content-Type response header that way. I have not needed to do that myself, although I think it is probably best practice to do what you…
  • Matt, I believe I have doubly good news for you. First, we have an update to the SRP Utilities that will fix SRP JSON so that it will support Unicode characters properly when using the SETVALUE method. This ended up being a problem with the underly…
  • Hi Ed, Regarding the crashing, please post screenshots of the crash when this happens. What version of OI are you using and what version of the SRP Tree control are you using? The SRP Tree control should be qualified as asynchronous, which is the…
  • Ed, Just a quick response that my engineer for this control, Kevin, has been on holiday for the past couple of days. He will respond next week when he returns. I didn't want you to think we were ignoring the query. In the meantime, can you offer a…
  • Mark, Just in case it proves useful, you might want to try SELECT.SEEK to manage your pointers and make it easier to paginate your results. This is officially documented in the old Advanced Revelation Developer Series System Subroutines manual, so…
  • Mark, I'm curious, are you inquiring about this so you can use this in a web report? That is, are you looking to support pagination?
  • That's good. Just needed to confirm that TLS was supported. Your configuration seems fine to me (assuming you fixed the SMTP server URL), so my focus would be on the account username.
    in Outlook365 Comment by DonBakke May 2016
  • What I find curious is that the From address is very different from the Account Username address. Normally they would be the same or at least a part of the same domain.
    in Outlook365 Comment by DonBakke May 2016
  • Mark, First, I don't think I would trust any code that a guy with that avatar would post. :) Second, can you confirm the version of the SRP Mail Utility you are using? Finally, hate to ask you to suck eggs, but are you sure all of your account na…
    in Outlook365 Comment by DonBakke May 2016
  • Can you still point me to your resource for configuration information?
    in Outlook365 Comment by DonBakke May 2016
  • Mark, I have not, but if Office 365 supports 3rd party clients to send out SMTP emails, this should work. Where are you getting your configuration information from? This link suggests the URL is smtp.office365.com.
    in Outlook365 Comment by DonBakke May 2016
  • The evaluation version sends out an email to a dummy account. This is done to alert us to people who download the utility but never license it. There are a few companies who have done this and they continually send out emails with the product.
    in SMTP relays Comment by DonBakke May 2016
  • Dan, I may have replied hastily. When you say "two relays", do you mean the same email is sent twice to the same target, or are you seeing to emails being sent, but the target only gets it once?
    in SMTP relays Comment by DonBakke May 2016
  • Dan, I think this is because you are using the evaluation version. This should go away once you have it licensed.
    in SMTP relays Comment by DonBakke May 2016
  • Matt, Certainly JSON itself can handle Unicode characters, assuming they could be passed through successfully (but OECGI doesn't...so we move on). I wasn't being precise enough in my response because I was focused on your example. First, you wer…
  • Matt, I don't know what any given JSON parser might do, but I am dubious that any would treat that as anything other than plain text. How would you expect it to know the difference? I think you will need to encode the entire payload and then decod…
  • Matt, This is not a JSON problem. It's a OECGI issue. I had an extended discussion with Bryan Shumsky about this last year when we first ran into a similar problem. I won't bore you with the intricate details but it boils down to two issues: * …
  • Thanks for the response. FYI, I have modified HTTP_MCP to work along the lines of option #1 above. I wanted to get something in place quickly, even if only for testing purposes. Also, it is very easy to go from option #1 to #2 and/or #3. If you wan…
  • Matt, Congratulations. You win today's award for helping me to learn something new. I was aware of INET_ABORTED, but others at SRP did the traditional INET-based OECGI work so I sort of ignored it. Your question prompted me to investigate this fur…