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

  • 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…
  • Since it uses xlate, it won't have to read it every time, only once? Perfect. Well, as I noted above, Xlate will use its internal cache 9 times and then it goes back to the disk. So, you need to decide if that is enough for you. We wrote our own …
  • If you can make that work then that should be a perfect enhancement for you. FWIW, we typically don't require our FTP clients to be installed on each computer. Most of the time we have a dedicated server that handles scheduled or on-demand tasks. So…
  • The SRP Editor uses its own OCX file. Try registering the SRPUtil.ocx file.
  • @AusMarkB that's okay. This was emailed to me directly and it contains snippets of code which might not be permissible to share openly. We'll start looking at this and share our conclusions here in case others run into the same problem.
  • OpenInsight does not have a native SFTP client. You will have to integrate one with OpenInsight. We've done this with WinSCP and PSFTP. The SRP Run Command utility works well for this.
  • I assumed, then, that when you commented that "if a workstation with locks crashes, then the workstation's locks will not be cleared" this was a reference to the true lock not be clearing. If that is the case, then my previous comment is applicable.…
  • But you are still relying upon the UD for lock management, correct? That is, you are using the LOCK and UNLOCK statements which means you are asking OI (and ultimately the UD) to enforce and release the locks. Consider using the IDLEPROC property i…
  • Note that if a workstation with locks crashes, then the workstation's locks will not be cleared. Eventually the UD will clear the lock. I think the default timeout is 30 minutes but I believe this can be changed. We have code that runs every minut…
  • There are reverse engineering tools out there but it is against your license agreement to use them. Perhaps the SRP_Extract_XML function will help?
  • The SRP Editor knows how to interrogate object code in the SYSOBJ table and identify the arguments. This particular routine does appear to be a Revelation supplied SSP. The latest compile date is 2007. I suspect is a part of the library that support…
  • @josh, this was what I was wondering. We have discovered that this type of crash is often associated with OLE controls that are being loaded from a network share...which is why we've been pushing hard to have people store and register the OCX files …
  • Your understanding of application inheritance is correct. Unfortunately, the Form Designer doesn't make it easy to bring script event handlers from the parent app into the child app. We rarely see this because we don't use script event handlers. Ot…
  • What kind of Windows crashes are you getting or what does the Windows Error Log report as the nature of the crash?