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

  • Matt, There might be a connection between your problem and Martin's. However, the memory address is not likely to be a useful indicator. These kind of issues are subject to external variations which cause different behaviors and trigger points. Thi…
  • Martin, When you upload an image you can create a link to it in the discussion post. The Upload page provides the syntax. In your case here is what would be entered: [[file:6-11-2012 10-41-16 PM.png]] This image will now come in as so: I do no…
  • Martin, Does this happen with any code or just certain code. Can you post the code that causes the crash?
  • David, Regretfully no. We have been busy trying to resolve some problems with the SRPEditor.ocx as you may have read about. This is still an ongoing issue for us although we do appear to be making progress. I do not believe we have the delete oper…
  • Matt, I sent you an email with a beta copy of the SRPEditor.ocx. Please let me know if you do not get this. Thanks.
  • Matt, The video was brilliant. I was finally able to get OI to crash on line 180 but I had to replace Set_Printer with SP. If I use Set_Print it still works fine. Now I just need to make sure my engineers can replicate the problem as well. We will …
  • Matt, Kevin and I have tried to replicate this but without success. Based on your second point it appears that you are opening this up as a record or DOS file rather than a stored procedure. We tried opening this in every way we can think of but no…
  • Matt, Thanks for the posting of the code. I also received your attachment via email yesterday. I plugged it in but could not get the system to crash. I was waiting to test this on other machines before I replied back. I have had limited access to o…
  • Matt, Can you send me your OIPI_EXAMPLE1 routine? I want to eliminate as many differences as possible between our environments.
  • Matt, Can you confirm the version of the SRPEditor.ocx? Also, are you using the "Replace All" or "Replace" feature? I have tried both in v2.5.6 of the SRP Editor (Win 7, OI v9.3.1) and I cannot get it to crash.
  • Don, I can duplicate this even when I am running on a single monitor. I will get with Kevin to try and figure this out.
  • You are certainly right about this. We will investigate and post a fix/response ASAP. I thought I was pretty familiar with the most useful Windows Key combinations but I must admit that I was unaware of the Windows Key + Arrow feature. What is part…
  • Paulo, First, I move your thread from the SRP Editor Control topic to the SRP Editor topic. I know, a bit confusing, but the SRP Editor is also a control which can be used without the SRP Editor. 1. The way to launch any OpenInsight form from the …
  • Michael, The only other solution is one that does not exist yet. I do not know if you have been following the other thread originated by David Goddard, but ironically he has been asking for very similar features at the same time you began asking fo…
  • Soo.. you are calling it directly.. and there's no way to intercept the call from the editor? Michael, I wanted to follow up with you on this comment. How else would we be calling the Repository function if not directly? I thought that was the who…
  • Michael, There is always another way assuming one is willing to pay for it. :-) Honestly, the real reason version control is difficult in OI is because it stores everything in the database. While that has its advantages, it also does not play nice…
  • What network driver are you using?
  • Okay. Just needed to make sure we weren't overlooking something obvious. Usually I press Shift+F7 to bring up the HTML Viewer in the SRP Editor, and then press F5 to get to the command prompt and enter LISTS SYSLOGINS. Seems like you are doing very …
  • How are you listing the SYSLOGINS records?
  • Barry, You should indeed be seeing different usernames. I'm not sure why they seem to be disappearing. How are you listing the SYSLOGINS records? The reason for the select command is because OI always logs itself in using the SYSPROG master user. …
  • Mark, Since I have admitted to not having gone anywhere with embedded forms on the SRP ShortcutBar, I can't easily speak to its short-comings. (sorry). I would have expected (or hoped) that collapsing groups would have been possible. But you touch…
  • Mark, I'll comment from a theorist perspective. When Kevin first revealed this little feature of the SRP ShortcutBar control, my first thought was that this would be a cool way to create reusable features. Just create forms dedicated for simple tas…
  • Aaron, First, thanks for testing the other file I sent you. It was late Sunday for me when I did that and I had to leave my desk for the rest of the evening so I was unable to respond to you after you replied. Second, this is great news. Sincerely…
  • I upgrade to 2.7.1 RC1 and got the same results as before. Now, I am running a newer version of SRPUtil.ocx, so perhaps that is relevant. I need Kevin to weigh in on this. If you want to check for yourself, you can down SRPUtil.ocx v4.0.1 RC1 from …
    in Hang Comment by DonBakke January 2016
  • Aaron, Your thoroughness is very much appreciated. At the moment I'm stumped as to why you are having troubles but we will pursue this with you. I hate to cast suspicion upon the file I sent you, but I am beginning to wonder if it was corrupted in…
  • Barry, I presume this is with SRP Editor v2.7 and SRPUtil.ocx v4.0.0? I copied your code verbatim and compiled without any problems. I did notice an oddity with the VNAV detection (it created several alerts to a non-specified variable in addition t…
    in Hang Comment by DonBakke January 2016
  • Phil, 1. Within the editor the Table Search displayed but didn’t return any results for anything I entered. After some playing around I noticed there was no OI Sort File setup and after I entered C:\AREVSORT, the Table Search worked as expected. Is…
  • Barry, The answer is no but the help pages do provide sample code for the various properties. I suspect you are looking for a "hello world" type of sample code. The problem with that is there are too many ways to use the SRP Schedule Control that g…
  • Phil, Please note that I did not say it wasn't (or couldn't be) related to 8.0.1. However, I am skeptical of this connection. If you can force the error then that is a very good thing. I still recommend creating a simple logging utility. Since you…
  • Phil, I've seen these kind of crashes before. They all boil down to a specific cause, naturally, so the trick is isolating that cause. I am very doubtful this is due to resource issues on the workstation. OI 8.0.1 could be related but the only way …