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,189
- Last Active
- Roles
- Administrator
Comments
-
Martin, Okay. We have seen this behavior before but only with older versions of the SRP Editor. This problem is with ActiveX controls in general, not with any specific control. Opening up the form in the Form Designer then changing the ProgID to so…
-
Kevin, Beat me by 30 seconds....
-
Martin, Judging by the way the preview appears (all white, no details), it appears that VSPrint7.ocx is not registered on this machine. We use this control for the print dialog but we do not register it or install it for you. Did you do anything to…
-
Barry, We were able to figure out the source of the problem. We compiled the wrong version of SRPUtil.ocx in the installer. I apologize for the confusion and inconvenience. We have a new installer uploaded to the wiki so you can download it again.
-
Barry, I don't think you misunderstood the change notes. Here is what I see when I right-click on a word (which does not have to be selected, by the way, just have the cursor within it): If this isn't working for you then I suspect the new SRPUt…
-
Martin, I have confirmed the problem and have posted this in our issue tracking system. The issue ID is EDITOR-30. We will post updates to this problem within this thread.
-
Martin, Just to be clear, you have your OINSIGHT.INI file located in the VirtualStore path? If so, then perhaps your system changed where it wants to locate INI resources. In which case I would check C:\Windows as well. You may want to do a scan of…
-
Martin, Where are you attempting to locate OINSIGHT.INI on your machine? Reading this article on adding the SRP Editor to the OI Side Tool Bar and let us know if this resolves your problem.
-
David, LOL. No, we did not create an API for just any child window to open. However, your idea appeals to my sense of having a single IDE where all development components can be accessed. I am not sure if that is what you were going for, but it has…
-
Kevin, Are you saying Revelation changed the way error messages are being returned? Is this not a new problem?
-
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.