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

  • This tells me that your license does not recognize your OpenEngine serial number, which is an outcome I had suggested could still occur. I will email you directly to discuss options on resolving this.
  • The way to reference an OLE control within OpenInsight is to put its ProgID in the Form Designer, not the actual name of the OCX file. I assume that when you were successful with MSCAL, you did not actually put MSCAL in the Form Designer but somethi…
  • I think I am not quite on the same page as you. Content-Type is both a request and response header. From prior discussions, I thought you came to the conclusion that appending charset=utf8 to the header value was necessary in order for your UTF8 enc…
  • Matt - Sorry for the long delay in getting back to this topic. Just an FYI, I am going to release 3.0.1 soon but I am not going to add anything new for UTF-8. I am still considering how I want to handle this. If you have anything you would like to …
  • It might be a couple more weeks. My primary engineer who developed this utility is on holiday .
  • So that leaves all our beautifull SRP conrtrols maybe to be the cause. Have to look in replacing the ALL_OLES switch. Correct, although we are fairly confident that the problem is still internal to OI even though it is our controls that are invol…
  • Is srp_com a substitute for OI's Ole.... routines (srp_com seems much easier to implement) Is it faster? Yes...and I would like to think our syntax is easier to implement. Is it faster? I don't know. I haven't done any benchmarking to compare.
  • About the oi crashes this is what we read If I am understanding you correctly, you are experiencing periodic crashes but you actually don't know the reason for them or what OI process is causing them. You are speculating that the OI COM library mi…
  • I cannot claim that SRP_Com will avoid your crashes since I don't know the nature of your crashes. That said, we wrote SRP_Com to be as robust and feature capable as possible. It does provide functionality that the OI COM support does not (which may…
  • If you have a good backup and you are okay with losing any data that might have been entered between the time of your backup and the present, then restoring the relevant .LK and .OV files would be your best bet. You should not need to restore the fi…
  • So this is an API that does work in development but is having problems in production? Is it your opinion that HTTP_MCP is never called as well? If the above are true, this would seem to be a problem with IIS. I honestly don't much about IIS so I can…
  • I hate to ask the obvious, but does your API support the DELETE method? Did you build a hook for this?
  • We have a client that uses it for a ListView control. They have a need to provide users the ability to view several images in various formats just like Windows Explorer. I am certain the client would have been happy to use a pure ActiveX control, bu…
  • >>the OpenInsight invoker control Please explain! This is part of RevDotNet (see the 59-129 RevDotNet Quick Start Guide 1.1.pdf document). The "invoker" comes from the name of the ProgID used by the OLE control (i.e., RevDotNet.Invoker or R…
  • I'll present a few options for your consideration but they will be general solutions. Others can offer additional solutions or elaborate on my thoughts. ActiveX Controls - There are some third-party ActiveX controls you can drop into an OLE control…
  • My suggestion is to wait and see if you need to do anything. I really doubt this will become a timeout problem. We have a web and mobile app that calls the same REST API and due to the nature of the project the request can take several minutes to pr…
  • So you are allowing any RLIST statement to be submitted or will you control this via a UI? I'm gathering the former based on your expectation that some long delays can occur. My strong encouragement is to design around such potential bottlenecks. No…
  • Worst case processing time would be a few minutes. What would cause the report to take a few minutes? Is it the time needed to select the data or the time needed to prepare the results?
  • I am not evading your direct question and I will circle back to it eventually, but I must ask why your report request might take a long time to process. Ideally, no REST (or HTTP) request should take long to process. What kind of report are you cre…
  • No, I'm afraid not.
  • "Are you using enhanced BASIC+ syntax" - yes. Cool. Then that resolves the mystery.
  • Technically this is not the same issue although we are taking about the same underlying technology: the SRP Precompiler. What I mean is that you are not reporting an issue per se. The original poster reported a crash that was due to a small bug wit…
  • Our primary engineer is looking into this for you. He was offsite earlier and did not have a chance to respond right away.
  • I think we should schedule an online support session for this. Something is not right with your setup but I can't easily identify what that is. Email me with your availability today or later this week.
  • The version detail is stored in an APP_INFO record but it might not have been updated in the RDKs I provided you. I would not worry about that.
  • In a nutshell, yes. If your workplace is sufficiently large then you might consider implementing a deployment strategy through group policy or similar. I believe it was Jared who wrote this Knowledge Base article on best practice workstation install…
  • The SRP License message popped up because your license is out of date. I didn't realize you were not getting reminders to renew this license. Obviously it didn't matter since you don't seem to have downloaded and installed SRPControls.ocx for a few …
  • Ugh...looks like the server version never got updated. My apologies for the inconvenience. We have uploaded the correct version. Please install and test at your convenience and let us know if the colorization is now working.
  • Version 4.0.3 RC25 is older than Version 4.0.3. I suspect that is your problem. Anytime you see RC (release candidate) following a version number, consider this to be older than the version that is officially released. Get the latest version from th…
  • Regarding your colorization issue, can you confirm that your Labels property is coded correctly or your Appointments have the correct Label Key entered? I know you said you implemented the same code from the blog, but so have I and I get color codin…