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,156
Last Active
Roles
Administrator

Comments

  • What version of Terminal Server?
  • This really isn't a lot to go on. What kind of crashing are users seeing? What does the event log show? What does the Task Manager for the OI processes look like? Are you using OLE controls? Do the problems go away when users exit OpenInsight on the…
  • Well, congrats on finding the solution. This is another reminder of why it is important never to assume too much and it is important to ask for code. You see, I had assumed you were following the examples from our TabColors article. Lesson learned a…
  • Are you seeing blank spaces (white boxes) elsewhere in the SRP Editor, such as in the toolbar?
  • The standard practice is to have the window be invisible at design time and then when the SIZE property is set this will display the form at the right location without the jump affect.
  • Based purely on eyeballing all this, I think preset width never actually comes into play, regardless of edittable size. Yes, that is really what I've been trying to say. Maybe we can come up with something else. Stay tuned.
  • First, my comments are not based on internal knowledge of the control. Kevin would have to give the definitive "here's how it was designed" type of answer. I'm speculating based on my own experience and interpretation of the documentation. Second, …
  • In the second screen shot, are all columns visible or are there some that are beyond the edge of the EditTable control?
  • But is column 1 narrower than the width of the EditTable itself?
  • I think what the documentation is referring to is when you have a mixture of non-autosized and autosized columns. If the total width of all columns (which must include one or more non-autosized columns) is greater than the table's width, then those …
  • Look at this thread as I think you can benefit from it as well.
  • The Why - These are to be used if you want to set an expiration date to the data stored in memory. The When - For instance, perhaps you want to store a list of keys in memory for quick access later. However, if these keys are dynamic then you might…
  • Also documented here.
  • BTW, since you have a framework product, you already have Memory_Services which is a convenient wrapper around the SRP_HashTable. You already have code using this so you can use that to guide you if you want to consider using it.
  • How do you mean? For instance, are you wondering if the value of @RECORD can be stored as a single value?
  • The SIZE event is triggered when you move or resize the form. You can then use the SIZE property to get the new size information.
  • Email was sent yesterday. This other symptom you described is because the OLE controls are not registered to the other computer. All OCX files need to be registered on each and every machine that will run OI. This is no different than installing th…
  • 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…