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,058
- Last Active
- Roles
- Administrator
Comments
-
why am I getting 'method not allowed'!!! Is this an actual question or are you referencing something else in context?
-
@BarryStevens - One example of how to handle this is to convert the binary data to Base64 first and then send it to the API. Look at the PUT API in the Picture_API routine for an example of how this can work.
-
There is a tool called the UD Manager which you must run on your OpenInsight database server. It will display all of the locked records and provide you a way to unlock them.
-
Doesn't matter.
-
Try this: SRP_Utilities_RDK.zip This RDK is specific to the 2.2.5.2 version of the DLL that you already have. This link is subject to expiring so download soon.
-
Yeah, sorry about that. The number of sites restricting access to mapped drives seems to be increasing and thus it is a problem we are facing. If needed, I can send you a link for just the RDK. If you are able to get into developer mode then you can…
-
We recently learned that our installers don't work with RDKs when using UNC. Are you able to re-install using a mapped drive?
-
This makes more sense. You must be replacing a much older version of SRP Utilities if SRP_Array is missing. This corroborates my theory that the installer failed although I find it interesting that your SRPUtilities.dll appears to be current (I'm sp…
-
Is this old code that is getting this error or did you write this after installing SRP Utilities? If I didn't know any better, I would say that the install failed and there had never been a modern version of SRP Utilities ever installed. What is the…
-
Okay, good. I really wanted to make sure this wasn't being called during a reoccurring event and thus itself was creating the problem. I continue to see both novice and veteran developers call code in every event handler, even though it should only …
-
This next question may reveal my unfamiliarity with the windowing world, but is it at all possible that the COLSTYLE message code in my first post could be solely responsible, both for the tick toggling before the CLICK event handler and for the ini…
-
You start by setting the TIMER property for your form. This configures the form's TIMER event frequency and whether it reoccurs or just fires only once. You could simply configure it to run every 5 minutes and then you just add your call to your sto…
-
I'm inclined to believe that you have some event handler that is running upon the clicking into the cell that is preventing the checkbox tick from taking effect immediately. It could be GOTFOCUS or POSCHANGED event. I would have suggested CLICK, bu…
-
Confirm something for me. Let's say you've already clicked in a cell (twice) and you are now able to toggle the tick in the checkbox. Do you need to click twice to toggle the tick in a different cell?
-
I can't recall experiencing this before. I don't work with the OI edit table control a lot, but I just happened to help a client get an OI edit table with a checkbox configured last week. Do you see this behavior even if you carefully click in the c…
-
If all else fails use 400 and customize the response. There isn't an exhaustive list of codes.
-
How about printing through RDP?
-
Thought the \t was the conversion of @tm No. Kevin was only pointing out that the \t in your JSON was the tab character. He was not suggesting that this was also the @TM delimiter. On a close look at the data I saw Tabs in the data and also in the…
-
I could be wrong, but you shouldn't have to worry about putting the encoded characters into your string. Just use the normal characters (\09\, \0D0A\, etc.) and SRP JsonX will encode them for you.
-
https://www.json.org/json-en.html
-
Can you confirm if the SRPUnicodeOIPI.dll file is in your OI folder?
-
Albert - I think you and Melia might be struggling with the same issue, but with different parts of OpenInsight and different tools. Do you have any issues with the SRP Editor in EXAMPLES or SYSPROG?
-
Personally I would like to see equated variables in the Debugger...but that is not under our control. ;-) We'll look into your suggestion. If we did this, it shouldn't matter if it is in an insert or not. However, since inserts can contain other in…
-
Do you mean a variable set by an Equate statement?
-
So the Registry is changed, but you are simply unable to connect to the engine server?
-
I understand what you are trying to do. When you say "that did not work", in what sense did it not work? Did the Registry not change or something else?
-
No. Everything in the Registry is Revelation.
-
Well, the latest OECGI actually makes it so you can just store an asterisk (*) in the AdditionalValues field and thus all headers will be passed through. Your solution could interfere with this behavior.
-
Yes, that would be the way to workaround. This is more of a defensive programming solution, which is appropriate in your situation.
-
So, therefore what should I be using and what registry? I sympathize with the desire for a very straight forward answer to this question, but it isn't as easy as that unfortunately. You have different options and the right one depends on your goal…