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,158
- Last Active
- Roles
- Administrator
Comments
-
David, Thank you for posting this. Martin has already brought this to our attention and provided some simple code that replicates the problem easily enough. We have already entered this into our bug tracker (the tracking ID is EDITOR-19). Now that …
-
David, I am confused by the statement "so that the output is displayed correctly". What is incorrect about the output? As a side question, would sending output to the Viewer (Shift+F7) help?
-
Don, Whoops! Looks like this was missed during the conversion over to the SRPUtil.ocx control. I will not pass the buck, the blame for this lies squarely with...Kevin. :-D We'll get this fixed and released ASAP. Thanks for the report.
-
Dan, One way to handle this is to automatically force the LOSTFOCUS event to trigger when the Key ID control gets focus and the GOTFOCUS_VALUE property is different than the TEXT property. This would make use of the following behavior: * The SEQ…
-
David, Presumably you can figure out the value of @Window using the MDIACTIVE property. The control is OLE_EDITOR. Is that sufficient?
-
Martin, As you may recall, since you have asked us in the past, we do not archive older versions. Unless someone on staff has an older installer lying around I cannot provide you with anything. I am not surprised that you experienced the same prob…
-
Martin, Again, thank you for the source code. I copied it, verbatim, into my OI 9.4 / SRP Editor 2.6.1 system and it compiles immediately. Therefore this puts us into a difficult spot. I do not doubt your experience. However, this is not the first…
-
Martin, I am still looking into the crash in SRP_EDITOR_EVENTS, line 240, but I created the following stored procedure and had no problems compiling it in the SRP Editor: Subroutine Martin(Void) x<-1> = 20 Return Granted, it should have…
-
Martin, Sorry for the delay in getting back to you on this. As you may recall, our servers were down for maintenance. Actually, we relocated our servers, moved our services and data stores onto new hardware, and then started up everything under new…
-
Martin, Just for clarity, when you test in Revelation's editor, which one are you specifically using: 1.) the original System Editor, 2.) the Editor+, or 3.) the Editor++? Also, I know we have had to work with snippets of your code in the past to …
-
Martin, Specifying column 80 for a very specific sequence of characters is too specialized of a feature to add to a product that is for general use. I would be willing to create some kind of generic solution, one where you would configure it as you…
-
David, All of a sudden the About box now appears. Go figure...
-
David, For some reason the screen shot did not come through. My goal was to make sure that SRP Util appears with a version number (should be 3.1.0). If there is the possibility of different versions of the SRPLicence.dll hanging around then some ef…
-
David, Thanks for the screen shot. I will respond here for the benefit of others, but I will leave out irrelevant details. Is there any possibility that one or more that the SRP Editor is being launched under the following conditions: With differe…
-
Hi Don, How did you even come to figure this out?
-
Don, This might be a little extreme, but one way to eliminate the variables would be for you to upload your entire system and let me try to duplicate the problem on my machine. If you are amenable to that then let me know and we can arrange a data …
-
Don, I would be interested to know if OINSIGHT.exe is still present in the Task Manager when the lock ups start happening and you just close OpenInsight. I also forgot to mention that I have no experience with Windows 7 32-bit. Ever since moving f…
-
Hi Don, I received your code and replied to the email. For the sake of others following this thread, there were no significant differences that I could find. Also, my own sessions typically have between 50-60 items open in the SRP Editor. I have n…
-
Hi Don, Thank you for the high praise of our products. I am also most appreciative of your detailed explanation of how the problem manifests itself. I have not experienced any issues myself with the latest control and SRP Editor, at least any more…
-
Not what you asked for, but why do you need the locking to work this way? That question aside, you might see if setting the "Ignore self-locks" flag for the Form Designer allows you to avoid the need to unlock your Key ID before the READ event.
-
Barry, Just so I understand, you have stored procedure named FOO1 which already exists in the repository. You change the header of this SSP to FOO2 and attempt to compile. In this situation you would like a warning? Should it just be a Yes/No conti…
-
Happy to share the doc upon request. Just drop me a line.
-
Sorry Mark...couldn't help offering a glib answer when the question only needed a "yes or no" response. :) I referenced this product very briefly in our November 2015 newsletter under the To Infinity and Beyond article. I kind of teased it again in…
-
Yes
-
Matt, you calling me a liar! LOL. I'll have that checked out. I only know what our policy is, I didn't verify the technology since this is how it has always worked. Just out of curiosity, did you test this with RC8 or a newer release?
-
John, The SRP Editor attempts to read the %RECORDS% record first before it selects all of the keys in the table. This is only done when you attempt to use the Open Record feature. If you have %RECORDS% in the data table then this implies you have a…
-
John, What do you see in the Call Stack from with the Debugger? Can you post the content of the variable when you have a problem and then can you post the content of the variable when you do not have a problem? That will help us to point you in the…
-
Barry, Sigh...this is my bad. I was certain that we included the Set_Property metadata with the SRP Editor. Turns out I was wrong. We do have other metadata that ships, but these are for SRP routines. I'll make a comment in the blog article to addr…
-
Well, we purposely choose not to do that because of the problems that exist with the native OI control. We didn't want those headaches!
-
How are you testing the feature?