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

  • You might be able to resolve this if you run the SRP Form Fixer.
  • Then I'm not quite sure why the controls would change position. I assume you have the proper anchor and resize boxes ticked as well. If you suspect the age of the form is at fault then the simplest way to disprove this is to create a new form and a…
  • Are any of your OLE controls set with the Border checkbox ticked?
  • At first blush it looks like you aren't accounting for the position of the form within the desktop itself. The ShowAt method uses the absolute X, Y position of the desktop rather than the relative position of any control or form. You have the lates…
  • Will - I have to confess I'm stumped on this issue. With your permission I'd like to look at this myself. Just let me know which folder on your server I should be looking at.
  • Just so I'm on the same page as you, we still have one issue left. That is, the 2nd window displays but it still doesn't render correctly. Is this correct? Assuming it is correct, did you debug the commuter module at the place where the OLE control…
  • If I'm reading this correctly you have been able to separate two different issues that previously seemed to be one and the same. Regarding the display issue for the second window, it seems as if the code that sets up the OLE controls isn't getting …
  • Now that you mention it, We do not have this in that merged version (as it is longer be needed) and we do not get the error, just no 2nd window. I think that something is happening with the 2nd instance of a window that is forcing Form_Services t…
  • Actually, that is more helpful than you might think! That implies that OI is attempting to call a program with no name. In your merged version of the Form_Services do you still have code that handles cases where the GoToService line fails? Do you ha…
  • Will - I think the multiple window problem is a red herring. The real issue is the SYS1000 error you are seeing. There should be more information such as the name of the program in the message box as well as the debugger contents. Can you provide th…
  • Will - Ideally we would like you to post the issue on our forum so more eyes can have a look. If that poses a problem please contact me directly so we can work out the best way to address your issue.
  • There is no reason to expect this won't work. As you likely know, this just pushes the stack of controls, properties, and values to a lower level API. These stacks get parsed and properties are set one at a time. We do know that using this feature c…
  • The official documentation begins on page 4 of the 103-966 OpenInsight OEngineServer Configuration.pdf help guide which should appear in your Documents folder. We also provide similar documentation in our Testing for Success page.
  • I think the bigger challenge with trying to use the SRP Array services is that one item is an array and the other is a list. At best you could find the intersection of one column in the array (i.e., the list of all elements in the column) with the c…
  • I agree, adding more Registry keys doesn't make sense as a "fix". Are you sure this wasn't some coincidental situation? How much isolation testing did you do to be 100% certain this was a site specific issue? My first guess is that you ran out of en…
  • Soft means leaving that box unchecked. It also means you have control over the theme. Hard means you are letting Windows decide for you.
  • If they were all the same database then creating one user would be all you need, right?
  • I assume you don't need to use this as a file/folder picker? If not, go with Kevin's solution.
  • Technically speaking users are tied to the database, not the application. So the question is: are all three apps using the same database or different databases? If the latter, you can't copy the user row for the reasons you guessed at. You could sp…
  • Thanks for the clarification. I don't think you can override this. It's a style controlled by the Windows theme. If it was soft-disabled you could control this.
  • It almost certain exists somewhere. Just to be certain you've check all possibilities, here is a list of paths that we are familiar with: * C:\Windows * C:\Users\{username}\AppData\Local\VirtualStore\Windows * %LocalAppData%\VirtualStore\Wind…
  • Is this truly read-only or is it disabled?
  • Will try a completely different file Good idea. If that also fails, try using the Windows Temp folder as another comparison test.
    in FS106 Comment by DonBakke October 2019
  • Does the target folder actually get created?
    in FS106 Comment by DonBakke October 2019
  • >>Current best practice is to not install OCX files in the OpenInsight folder for multi-user systems but rather in local paths on each client Never heard of that before. I'm not disagreeing with your statement, but since you are such an av…
  • One of the processes must have elevated rights. In this case the launcher would get it and then be able to register the files behind the scenes. Note that this feature does not look to see if a control is already registered. It simply registers any…
  • @BarryStevens what question specifically? It seemed to me that this thread ended with your understanding of how things worked.
  • I just wanted to be clear because you started the suggestion as "Could you please consider..." but it was unclear to whom you were addressing. I don't think anybody on Revelation's staff monitors our forum. I could be wrong...but they have never po…
  • I've never seen this happen before. Can I assume that when the RenameFile service fails, you get a response indicating it failed? My best guess is that this machine is locking the file at the same time the RenameFile service is trying to operate. I …
  • Just to be clear, you are referring to the RDK tool that you run from within OpenInsight versus the "Add to Repository" feature of the SRP Editor?