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,129
- Last Active
- Roles
- Administrator
Comments
-
Mark, I had just finished reading your post on the Rev board and was about to respond when this came in. So, I'll give preference to our own forum. :) Timeouts can occur at different links in the HTTP chain. Where exactly is the timeout occurring?…
-
Mark, So in the end you were hoping to capture this within an OLE event because that is safe to promote in this application but it is not safe to promote the LOSTFOCUS event handler? If I understood you correctly then I totally understand your hope…
-
Mark, As a work-around, would enabling the Always Tab Out on Enter feature and trapping the LOSTFOCUS event handler work for you?
-
Hi Dan, I don't know of a way to get around the capturing of the ESC key with subclassed edit lines using the Combo property. I think this would be a good enhancement to the control. If this can be done relatively easily, we'll get it done fairly s…
-
Colin, I am assuming that the path to the images is verified to be accurate for all Citrix accounts. Is there more than one Citrix server? We have observed problems with images not coming through on Terminal Server type configurations. As far as I…
-
Hi Bryan, By itself the SRP Sync Service cannot be ran as a service. We've discussed rewriting it to be a true Windows service, but there are a number of considerations and requirements that made it clear this would not be easy. Your best option i…
-
Barry, If you are asking if the SRP EditTable supports multi-select, the answer is no. You can, however, simulate it by simply setting the selected row's color as a response to an OnClick event. You can also use the same event handler to track the …
-
Barry, Yes, that is correct. See if you have a copy of the Test_New_ET_Styles function. That might be useful to you as well.
-
Barry, I didn't mean to imply you were directing the question at me. I just figured that it would seem more than a coincidence that I failed to respond to your two posts on the Revelation forum and then I give you an answer within minutes of you cr…
-
Barry, I was not ignoring your post on the Revelation forum. I have been rather occupied with other project work. If your intent is to emulate the OI Popup, then why not use the same logic POPUP_SUB uses? You should have an old copy of this in you…
-
Harold, If you intend to keep the .MSG file on the disk, then you can certainly execute the file and allow the default viewer (presumably Outlook) to open the file. I recommend using the ShellExecute API, assuming it will work. I think it will be a…
-
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?