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

  • Does the tab already exist before you call this property?
  • Is your REVPARAM updated to point to the new server rather than the old one?
  • I saw the thread. I'm happy to see that Bob recognized it was a bug he must have created but that doesn't help you to get back to a working form other than, as you say, restoring from a backup.
  • Not in my wheelhouse so I'll defer to others for this or just suggest you do a little more online research.
  • Jim, another thought...earlier I asked you what happens if you use Post_Event rather than Send_Event. I got the impression that you never tested that because you opted to call your code directly for testing purposes rather than call Send_Event. I wo…
  • This seems to confirm that it isn't anything wrong with your code, but something is different in OI 10 where calling this from within an OLE event handler causes problems. I saw your post on the Rev forum, so hopefully that will be enough for Carl t…
  • Is that path on a server? What I was considering was perhaps this was due to folder redirection. I've seen this happen before with OI, but only when OI was in a folder that was subject to redirection rules. It was the weirdest thing because OI was a…
  • I meant to ask you what is the full path to the appbackup volume.
  • I don't have enough experience with OI 10 to answer your question, but I would encourage you to see if closing the dialog differently prevents the crash. For instance, do you allow the "X" system menu button to exist? If so, what happens if this is …
  • What is the literal path where OI is running from?
  • To be honest, we developed this product based on customer requests and have not really implemented it ourselves in any project. Of the sites who are running this, none of brought up this issue but it seems to me that the dictionary could vary from w…
  • If you are asking if the SRP Spell Check utility is a FrameWorks thing, the answer is no. SRP Spell Check is a utility we wrote but have not advertised broadly due to the dependencies upon Microsoft Office OLE automation.
  • I don't think it's something my code is doing. If my code has a problem why would the same code work perfectly from a menu event? Don't misunderstand me, I'm not faulting your code but something that your code is doing is giving OI 10 some fits. I…
  • You are making progress, but Revelation (and SRP) are still looking for a needle in a haystack. So, what does Click_Open do? Have you attempted to isolate the code in that routine?
  • Despite the op code error, does the MENU event handler get called? What happens if you change the Send_Event to Post_Event?
  • I take it then that if you replaced: Call ToolBar_OLE_Event(CtrlEntId, EventName) With Call Send_Event("MAIN_TACTIC.MENU.FILE.OPEN","MENU") You still see the error?
  • I understand. Been there too many times. Hopefully you can segregate blocks of code to help whittle it down quickly. I normally try to divide my code in half and then keep dividing until I zero in on the culprit.
  • Yes, that is what I'm saying. The reason it appears to be in the event is because this isn't a normal runtime error (like a VNAV). Something in your code is causing an op code problem, which causes all kinds of pointer issues within the engine. Thus…
  • Do you mean you tried again with your code running or with your code disabled?
  • Since you are able to run the event handler without any issue with your routine commented out, I doubt the problem is with OLE event handling. Rather it seems that something in your ToolBar_OLE_Event routine is causing OI 10 some heartburn. Without …
  • Sorry for the delayed response. I think there was a bit of misunderstanding with your question which is why we didn't get back to you sooner. I want to verify something with you. Are you experiencing this problem in OI 9.4 or in OI 10? Also, what ha…
  • Barry, I think this thread in the WORKS section illustrates my point about there being "so many variables". This really isn't a simple click-and-go solution. Even if you have already committed to a specific hosting solution, you still have to config…
  • The challenge with a question like this is that there are so many variables and different expectations. Likewise, what is "reasonable in price" for some might be out of reach for others. We've helped clients with several implementations using differ…
  • I'm 99.9% positive there is no way to view these without Revelation making this possible. I don't recall the details, I ran into another situation years ago where I needed a system labeled common but learned after a lot of detective work that this w…
  • Let me know if you want to see this has a potential feature. I think it has merit, but it might not have priority. Some of this depends on how much effort is required to create the desire outcome.
  • Thanks for confirming. I have seen this myself in ARev32 systems that I support, but I wanted to make sure you were experiencing the same issue. So, the real problem is that the Repository is creating STPROC records for these routines and this affe…
  • I think I understand what is happening. However, to confirm can you please let me know if you see the same items appear in the System Editor ++ within its Open Stored Procedure Dialog?
  • Where are these ARev32 source programs located?
  • How about starting with some basics. Do you get a valid TcpClientHandle from the CONNECT service?
  • Kevin's response just reminded me of something else. Make sure your physical OLE control that you are using for SRP Tab is not covering the same space that the SRP EditTable is in. OLE controls cannot occupy the same space on the form or there will …