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
-
Can you teach me that trick?
-
No, our client shows the tree but the tree shoes the title of the entities so it always looks fine. I don't know of a way to 'hide' unused entities in the tree itself, but is that important? Could you just not label them like "Available Person 5"? T…
-
In the spirit of what Kevin was suggesting (which I'm not sure you quite understood), don't make entities keyed to unique people. Create a slate of generic entities...however many you could possibly need for a given site and day. Let's say you pick …
-
Yes, that is correct. I was reversing the format terms.
-
I have to ask, what do your entities represent?
-
Thank you for posting enough code to make it easy to duplicate. Yes indeed...I was able to duplicate the problem. Kevin will review and confirm, but I believe there is a bug when the data is formatted as a LIST rather than an ARRAY. If I rotate you…
-
Are you using the OnHeaderRightClick event? Doesn't the first argument return the column number?
-
"dev forum"? Is this the dev forum for the web service you are trying to connect to?
-
Hmmm...it appears we have posted on our download site the latest pre-release rather than the latest official release. However, I don't think that is relevant. The pre-release was the version that was last tested and approved for release so the only …
-
What version of SRP Controls are you using?
-
Cool. If you are interested in figuring out what you may have been doing wrong you can scan the source code for our service. It uses SRP_COM and the same calls you were using. I just didn't try to line up your code to see what might have been going …
-
Ah...now I understand what you were trying to explain earlier. My quick review of the WORKS forum shows that both times you asked about ENABLERTF you've received no response.
-
FWIW, I confirmed the issue you experienced. I also confirmed that OIPI Classic is the problem whereas OIPI.Net works just fine. You said that you wanted to steer clear of OIPI.Net due to reported problems. There are some issues that come up when tr…
-
About ready to depart on a flight. Is there a reason you don't use the SendHTTPRequest service? https://wiki.srpcs.com/display/HTTPFramework/HTTPClient_Services
-
Got it. Well, the offer to inspect the request log stands.
-
...and returned it in the field along with other data. This isn't clear to me what you mean. What is a "field" in this context? JSON? Is this being submitted in a HTTP Framework request?
-
You are probably right that nothing is wrong with the file and that the OIPI is one of the utilities that struggles with transparency. However, if the content originates in a web form, the data can be slightly altered based on the way it is packaged…
-
Is this image the only content in the body being sent to the server? What is the Content-Type? If you are using the SRP HTTP Framework for this, can you email me a request log that includes the Base64 content?
-
Are you using OIPI Classic or OIPI.Net? Have you tried the other OIPI to see if you get the same results? Also, how are you stripping out the CR/LF characters?
-
I take it that this fixed your issue?
-
I seem to recall experiencing issues with images generated from a web form. I can't recall the details or the resolution. I'm shooting in the dark on this one, but I am wondering if the problem is due to the Base64 string being formatted with CR/LFs…
-
I take it that this image is created via a web or mobile application and therefore you don't have an original PNG file you can compare with?
-
I think the confusion here is that you are using the native OI edit table control. This specific thread and the category it belongs to is for the SRP EditTable ActiveX control. I suggest reposting your question in the OpenInsight category since you …
-
If the web server passes it through, the client is meant to see it. It's not wrong for the client to then use this to help provide additional messages to the end user, but it is not a reliable solution. If you see your own messages returned in Postm…
-
HTTP messaging is meant to be both machine and human readable. Web developers ought to be relying upon the codes as they are programming a machine. If the human readable content is ultimate meant for an end user to see, I would recommend storing it …
-
This is dependent upon the web server. If you don't see it in Postman then your web developer won't see it either. There isn't anything you can do in the web API code since it is packaging the code and response text properly in the response.
-
My apologies for the delay in getting back to you. I thought I would have more time to look into this before I left for vacation last weekend. However, I come bearing good news and even better news. The good news is that I am convinced the AllowDel…
-
Very good. We'll get back to you shortly.
-
Yep...that's a pretty useless error window. :) That does come up from time to time when the control encounters an unexpected error condition. There is no denying you are encountering an error. The question is "what is causing it?". I think we will …
-
Yes, it does appear that you are at the latest version. I don't know exactly what error window you are seeing (a screenshot might be helpful), but I think I have an idea as to what it looks like. As to how to get rid of the error window, I am not s…