Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

Opto_Will

About

Username
Opto_Will
Joined
Visits
1,460
Last Active
Roles
Member

Comments

  • You learn something new everyday! I did some experimenting and I have managed to work around my issue with calling it as a MDIChild and using the 'Auto' flag as a if/then wrapper around the End_Dialogs that otherwise sets one of the Global @USERs …
  • I can confirm all issues rectified. You sir, are a magician! The quick turnaround was much appreciated, especially for the Footer issue as it was functional rather than cosmetic.
  • Here you go @KevinFournier.
  • Sure thing @KevinFournier. Let me put that package together.
  • @FrankTomeo Thanks for that feedback. It gave me a thought... We are also launching from the Ribbon so I did a bit of a trace. It appears we are using Command_Services.Execute as a core of our security integration. After launching the MDIChild…
    in ReadOnly Comment by Opto_Will May 2023
  • It may work as expected, just not as I interpreted ;-P I absolultey have the Subclass on the individual Form. I debugged at the same point in Form_Services as Frank and at that stage my @Window is FW_MAIN and the Window variable is the Form Name …
    in ReadOnly Comment by Opto_Will May 2023
  • @FrankTomeo After I started to respond with negative results and scrrenshotsI actually took a second and re-read your post and actually consider what it meant. I am glad I did because you were spot on! The SubClass control at this point thanks to…
    in ReadOnly Comment by Opto_Will May 2023
  • @DonBakke Maybe the Universe was just waiting to nudge me ;-) I must be doing something wrong. I have tried to both disable the option as you noted, as well as removing the button alogether. Equate SubClass$ to @Window:".OLE_SUBCLASS" Conver…
    in ReadOnly Comment by Opto_Will May 2023
  • @DonBakke In as much as it confirms I was wrong!! I suspected your answer would be needing to have more robustly structured code. I do that in many places in my code these days, just not using the Set/Get EventStatus functions. Your explanation a…
    in Event_Flow Comment by Opto_Will May 2023
  • Well I appreciate the effort in tracking down and correcting :) To appropriate a little sumpin from AusMarkB....
  • @KevinFournier, That is looking much better! Care to share?
  • @KevinFournier Well there were no Qualifying events initially so I added some. It didnt matter if I tried Send_Message(@WINDOW:'.OLE_DESPATCH','QUALIFY_EVENT','Ole.OnClick',0) or Send_Message(@WINDOW:'.OLE_DESPATCH','QUALIFY_EVENT','Ole.OnClick',…
  • So before I lose my mind chasing ghosts again I thought I would attach a quick Vid just so everyone can see what I am trying to describe. 3 Runs in this video, each immediately after the other. 1. Controls 4.1.21.1. Log into App. Show SRP button…
  • I appreciate all the quick responses. At least I trusted my gut and decided to ask the question. I was about to go and 'correct' a number of entries but that didn't sit right... What swayed me was all the Frameworks entries. Everyone makes mistak…
  • Thank you both. Yes, That appears to be where my knowledge was lacking. I can see where those instances are prior to a subclass call.
  • LMAO Opto_Will "Surely you can't be serious!" @DonBakke "I am serious — and don't call me Shirley" Comedy Genius!
  • Actually I clearly wasn't thinking straight. Even though Password is blank I still need to encode Username : ":" : Password ...Like I have done every other time (with a password)!!! duh! Just ignore me.
  • Update. Yesterday and prior, I could toggle my issue quite easily in my existing form, in multiple systems, by just changing the OCX. When I went to create a new minimal example, it worked as expected with the new Controls. I then took my existing…
  • @KevinFournier. I was originally using the file you linked here which is when I discovered issues in my iTMS system a couple of days back. I thankfully didnt have the range of issues keeman's users reported but I did have a user note a function 'no…
  • I added a : Send_Message(@WINDOW:".OLE_INVOICE_REFRESH","QUALIFY_EVENT","OnClick",1) to the CREATE with no joy. BTW, I thought thats what the SRP_Redirect_OLE_Events() was to do? I stepped through that and it definately sent a QUALIFY_EVENT for "…
  • Yew. (After the first test, I closed fully closed OI. UnRegistered the control. Changed the Control. Re-Registered the control. Restarted OI. This was the only change)
  • @KevinFournier, let me start to paint a picture then! I have observed this behaviour in both of our 9.4.6 OI systems, iTMS (no SRP Framework) and Opto (SRP Framework). The iTMS version of this Form if basically the Opto version retrofitted (we do …
  • Maybe loosely related... I was playing around with 4.2.0.5 and saw something maybe similar RE different behavior in the beta. I have a SRP Button that has code to fire OnClick. It stopped working. Long story short it looks like the only Event w…
  • As I suspected. Thanks for the confirmation @BarryStevens.
  • We are about to go through the same process. Just to clarify, I think I saw somewhere that an OI10 licence will include a 5.2 UD icence but using 5.x on v9.x is chargable. So is the "UD 5.2 for OI 9" different to the OI 10 version? I suspect so b…
  • I think maybe I had the Find open from the original procedure when I recreated the example in a new procedure. That would lead me to believe you are correct Kevin, seems like the same issue!
  • OI 9.4.6 Editor 3.3.8.2 Editor OCX 3.3.8.2 SRP Utilities 2.2.5.2 I have used it extensively before and this is the first time I notcied it. So I replciated my example in a new procedure after restarting OI. Easily reproduced. I havent started play…
  • @KevinFournier Since I have read in the forums that the Editor will be undergoing some work in the near future I thought I would bump this suggestion again as I was thinking about it just last week. And while I am here, have you ever given any thou…