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

  • 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?
  • Does this thread help: https://forum.srpcs.com/discussion/615/favorites-location
    in srp.ini Comment by DonBakke October 2019
  • 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…
  • To all who are monitoring this thread, Mike Ruane posted the following today in their own forum: Folks- We believe the eStore and Discussion forums are back up and running, but we've lost all changes made since September 16th. If you made a post, …
  • I don't think you can. If it were possible it would be with the FORECOLOR property but I've tried this with both the radio group and the radio button controls. I think OI or Windows just controls the theme of this control. You could replace the radi…
  • Actually, those three dots are a part of an entire vertical splitter. If you hover over that area up and down the page you should see the traditional splitter icon. I agree, still bit obscure but not nearly as much as having to focus on just those t…
  • Yes...that page along with reference documentation hasn't been updated yet to reflect v4 changes. This was a choice I made (given limited time to update this material) in favor of the Q&A related documentation. The What's New page is probably a …
  • @BarryStevens - No, you didn't miss anything. My response was to explain why you weren't aware of this module being in the HTTP Framework product. As the SRP HTTP Framework product evolves, I sometimes decide to include more service modules that are…
  • Looks like this issue got overlooked. Kevin is gone this week so we'll have him confirm the bug and fix the issue next week upon his return.
  • @BarryStevens - Yes, in fact there is. It's been added to the SRP FrameWorks reference documentation (since that's where it originated but I decided to include it with HTTP Framework as well): Database_Services
  • @josh - I'm glad I reiterated the issue with Xlate. What Michael is describing is virtually the exact same thing our Database_Services module does (we also have an argument so the table handle is stripped of the MFS chain for the same reason he offe…