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
-
Colin, I believe this is fixed as well as several other issues that have recently come up among several controls. I regret the delay in getting this out but when we work on one issue it creates a perfect opportunity to resolve other issues or intro…
-
Colin, Well, it didn't take me long to replicate :-), which leads me to believe this is a 3.x control issue. Remind me, are you using the Pro control or the separated controls? In my case I didn't even have to change colors of the tree items. Click…
-
Colin, Okay, I see that I became overly focused on your attempt to remove the items before rebuilding the tree structure. I think I have a window that already does exactly that but I have not tested it in a while. I'll get back to you shortly with …
-
Colin, Okay, just to get a full sense of what is happening: * Items are added to the Tree control * You have a button that updates an EditTable with the information in the Tree control * The Tree control item is changed to Grey * Items are…
-
Colin, I don't understand what you mean by "when the colour of the tree items are changed". What is causing the colour to change? Thanks.
-
Martin, You used the "Ctrl" key? That doesn't make sense to me.
-
Martin, That is easier said than done without diving into the Windows API. OI 10 will give us tools to work this in rather nicely. Your suggestion is valid. I too don't like it when apps open up where they can't be seen any more. However, if you a…
-
Martin, You mentioned that this does not occur on every record, but does it occur on the same record every time? If so, can you send me the content via email (in a text file) so I can attempt to replicate? Also, if it can be reliably reproduced, wh…
-
I would suggest you were swearing at the wrong guys. :-) We didn't change the way the compiler errors got reported and it is not likely Revelation would be forthcoming with the details on how to modify the SRP Editor to adapt. The news of the updat…
-
Martin, Actually, it would not be the same .exe. We recently updated the SRP Editor only a few days ago. This is what I thought prompted you to download and install (upgrade) the SRP Editor. In case you didn't know, we believe we have improved the …
-
Martin, Just for my own edification, when you originally reported this problem were you installing an older version of the SRP Editor?
-
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…