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

  • We are eager to revamp the SRP Editor documentation itself. To that end we have already collected a list of the major features we want to document and Enhanced BASIC+ is among them. However, we don't have a target date for this.
  • Can I just make one comment. It looks like you are going to make it whether I give you permission or not! :) Because I have a number of modifications I have made to existing modules, I upgrade the original copy and visually copy the code changes. …
  • Barry - Thanks for sending me your feed back. I have already sent you a new RDK to test with. Since distribution of this version of the product has not yet reached critical mass, I'm still keeping this at v3.0.0. Now to respond to your issues: Load…
  • Mark - You may have noticed that we released v3 of the SRP HTTP Framework. One of the new features is the ability to setup URLs that will always bypass authentication. The primary purpose for this is to support OAuth2. The reason I got into this (de…
  • The name you give the stopwatch is used like so: StopWatchName = "SRP_Stopwatch_":Name Common //StopWatchName// StartTime@, EndTime@ I don't think there is any mystery as to why OI choked on your...ahem...creative choice of stopwatch names. You are…
  • Mark - I suspect you are not far from identifying the source of the problem. However, I don't think this is an IIS issue. IIS only calls OECGI. OECGI then calls the EngineServer. The EngineServer is what calls OpenEngine to run the BASIC+ procedures…
  • I was not holding it right. All fixed thanks Just as I was writing my response. :) Very good.
  • David - Open up the Options dialog and check the bottom right area labeled "User Interface". Is the "Always Hide Tab Strip" checked?
  • Dan - I moved the thread to the SRP Editor Tool rather than the SRP Editor Control. No doubt I'm now going to be quizzed as to why we have a category for the control...but I have my reasons. :) I thought for sure this was already posted and answere…
  • 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…