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,093
- Last Active
- Roles
- Administrator
Comments
-
The real problem was that you were using HTTPClient_Services, so the SRP Editor could not have auto-filled that for you. I missed that you were using the wrong module.
-
The problem is that you are using the HTTPClient_Services module within your API. This module should only be used for when you are using OI as an HTTP client to send API requests. In this context, the GetCookie service will tell OI what the API serv…
-
Thank you for clarifying. Upon review you did explain this, but my eyes were getting crossed because I'm trying to make sense of which direction your requests and responses are going. I think I know what the problem is, but I want to make sure I und…
-
Updated.
-
To rule out your own coding interference, try updating the Ping API like so: API ping.GET HTTP_Services('SetResponseHeaderField', 'ACCOUNT', 'LAN') Properties = 'currentDateTime' Values = SRP_DateTime('Format', SRP_DateTime…
-
I'm also curious that you got a misspelled service. Are you using the SRP Editor to auto-list and autofill your service names?
-
No worries. I'd like positive confirmation that it does work as we expect when you get a chance.
-
I'm not following. What specifically is the issue?
-
Assuming your code snippet is copy/paste, you have a typo in the name of the service.
-
I think that is a very specific feature for this tool. I agree that there is value in what you want, but I'm not sure there is enough general value to warrant a new feature of the SRP Editor. Might I suggest you custom program one of the Quick Comma…
-
Thanks for sharing!
-
Can I create a custom 'name',... Yes. ...if so, anything else I have to do for it to show in the response headers in Postman. No.
-
Does this thread that you previously started help?
-
Louise - I'm assuming you are being tasked with the responsibility to support the Revelation system you've inherited at your new employment. If that is the case, there is no amount of screen shots we can post here that will adequately equip you. Als…
-
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.