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,219
- Last Active
- Roles
- Administrator
Comments
-
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.
-
Does the target folder actually get created?
-
>>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?
-
Does this thread help: https://forum.srpcs.com/discussion/615/favorites-location
-
This parked website is new to us as well so we have no more information that what you have. Not that this would have helped you, but Revelation did post on their Facebook page about some of the problems. However, like you said, a more proactive noti…
-
I think you missed my point. I'm not saying we've developed this solution before. Rather, we've had OI developers come to us any number of integration problems because of the expertise our company has in various technologies. We've generally been ab…
-
Indirectly we discussed this very issue in this thread. Suffice to say that it is possible to capture a browser event.
-
I seem to recall you have a library of internally developed .NET services. I would imagine someone on that team would be able to figure this out. We've had to develop similar solutions for other OI developers.
-
That table is a part of an older attempt by Revelation to implement version control. As you probably know, they abandoned it. However, for some reason your system is expecting it to be enabled. Can you open your Environment Settings window and make …
-
MAPI stands for Messaging Application Programming Interface. Since you reviewed the Wiki article I will assume you have also reviewed the link it provided. I think what you need to know is that MAPI is not supported in newer versions of Microsoft E…
-
I think I had answered a similar question on the Revelation forum and referenced the Sprezz blog post from several years ago that discusses this. It's the same response: convert to hex and search that way. I like to use the Windows Calculator app: …
-
Is the form or the application in general using other SRP ActiveX controls? If so, are they blank as well? This seems as if the control isn't registered on that machine. If that were the case, then all SRP controls would appear blank. What does you…