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

Comments

  • The first thing we need to clear up is that the SRP Sync Server does not have to be on the same machine that is hosting OpenInsight. It can run on any machine that is visible to all clients. Normally it is on the same server as OpenInsight for conve…
  • Are you sure that port is open? Regarding the IP address question, were none of the responses provided to you on the Rev forum helpful?
  • There is no single method that will accomplish what you are asking for. However, I think you can accomplish this without resorting to extracting the whole list. You could use the RecordData property to get the data of the row you intend to delete, u…
  • This is a classic solution for the SRP Subclass control. Take a look at the Combo property. Let me know if you have any questions about this.
  • Yes, I know I've done this and I'm pretty certain others have as well. However, can you clarify exactly what you are hoping to gain by doing this? There might be a better/easier way to get this done. The SRP Subclass control enables edit line contro…
  • I'm afraid not.
  • If this was an AppBackup then you would have only received entities that are local to that application. Therefore, unless the original developer was working in SYSPROG, your SYSPROG application should not have any changes to it. Perhaps you do not …
  • That is a promoted event handler. OpenInsight thinks that your form (or forms) are supposed to execute this promoted event handler and thus it is crashing because it is missing from your environment. The best fix is to get this handler into your sys…
  • My recommendation is that you study the logic in the Popup_Month stored procedure that ships with OpenInsight. It is designed to place a dialog box under the current editline control. This should give you enough technical information to guide you in…
  • You could use the WM_SETCURSOR Windows API message to trap mouse movement over the editline and then write your own logic to function as a "hover/tooltip" via the WINMSG event. We've written some similar features using this technique. I would recomm…
  • Good question. :) I'm the only one who handles sales so you can send to my email address or you can send to sales@srpcs.com. Looks like we need to publish that email on our products website.
  • You are not misunderstanding the statement. However, the docs also say "The green algorithms are useful for quick checksums, such as quickly verifying that a file hasn't been altered. They are not at all considered useful for security situations." …
  • If all you are doing is comparing records, it really doesn't matter which one you use. I presume that security is not your requirement here. In this case, if you wanted to go for optimal speed, then either of the two 32-bit strength algorithms would…
  • That's what we like to hear! It would wonderful if you were able to post screen shots of your customer-facing configuration tool and an example of how this looks run the SRP Popup is displaying item information.
  • Is it possible to scale the image? No, the ItemList / Item properties do not support enhanced rendering capabilities for images. Does it support pdf? No, our image library does not support PDF. Does this image need to be the first item in the li…
  • If you would all be so kind to test the updated SRP_Stopwatch utility I would appreciate that very much. The following should be addressed: * Fix bug so stopwatch names of only a single character will be supported. * Added support for a default…
  • No, you may not ask.
  • Yep...it's a bug with stopwatch names with only one character in length. We'll fix this. In meantime, use a meaningful stopwatch name for goodness sakes! :)
  • M@ - I think you found a bug, but it is limited to stopwatches of a certain name. If you change "t" to "test", does it work?
  • No magic bullet for Attach_Table I'm afraid. Are you attaching tables that are dynamically generated or are they pre-generated? If the latter, could you store their handles away in a record and retrieve them via Xlate?
  • I couldn't agree more. SRP Stopwatch is one of the most underrated goodies in the SRP Utilities portfolio. It has become one of my most valued tools for debugging, troubleshooting, and optimizing code. It is simple to use, lightweight, and works acr…
  • You are referring to the 2005 Las Vegas presentation called Extreme Makeover - Form Designer Edition. We have our presentations available on our wiki. Here is the page for the 2005 presentations. We created the SRP Style Editor to help us experiment…
  • You said "if I try and debug, doesn't happen". However, if you don't try and debug, is it happening on a fairly consistent basis? If so, all we need is a way to reproduce the behavior and we can do the debugging on a low-level. That said, if we don'…
  • For what it is worth, that message box has been known to appear before and usually it's with the SRP EditTable control. Unfortunately, it doesn't offer us much by way of information (actually...nothing at all!). So, we really need a way of duplicati…
  • Please confirm the version of SRPControls.ocx and OI.
  • Hmmm...I always thought this did work. I could have sworn this is how the Favorites section worked in the SRP Editor. I know Kevin found a bug in the SRP Tree control with regard to the horizontal scrolllbar not appearing when it should. This happen…
  • Since this is shortcut related it is hard to tell what might be going on. OI has been known to lose track of shortcuts, especially with MDI-based forms. We've documented this in the past in the Revelation bug tracker. Improvements have been made but…
  • If this is still a problem with v2.9.1 then this is something new. We have not experienced nor has anybody reported this issue for a long time. When the shortcuts begin to fail this way, does the right-click context menu cut/copy/paste feature still…
  • Great. Please confirm whether or not this new release appears to have fixed your problem.
  • That was a known issue with older versions of the SRP Editor. We believe it would happen when the Editor ++ was used in the same session. Your best bet is to upgrade since we re-engineered the SRP Editor to work around this. Contact us at sales@srpc…