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,090
Last Active
Roles
Member

Comments

  • @FrankTomeo, That is another good idea. Easy enough to append to and delete from as a toggle. Basically maintaining my own index. I like it!
  • Makes sense @AusMarkB If I am being honest, I have done that once or twice before but didnt even thnk of it this time because I was too busy looking at the trees to see the forest. Of course, in the moments since I wrote this trying to get an effi…
  • Thanks Kevin. Its nice to not be a party of one!
  • Sorry for not being clear @DonBakke. @BarryStevens was right. I meant the values of the EQU in the $Insert. We often use $Inserts entries for as positional pointers (EditTables, delimited formulas, etc.) Great for what a value is representing in…
  • Understood. Top Left is always going to be Top Left but everything else is up for discussion....
  • Actually @KevinFournier, while I have you.... I have an oberservation/question that is roughly in the realm of what we have been talking about here. I dont know if it a Ribbon Control thing or a OI9 thing. Unfortunately we are not far enough along …
  • @KevinFournier, I have only played with it in my local environment but does indeed look like it has corrected the issue I noted. I will release it to the wider team for a looksee. You are right, we aren't hard-coding X & Y (or at least as fa…
  • Much appreciated Kevin.
  • @DonBakke. I don't necessarily think it is the Controls as it seems it would be more a Framework thing if anything. However, like my previous symptoms, I can toggle this on and off with the different controls so the Controls.ocx file definately h…
  • Update. It seesms to be the Frame size is all out of whack when returning from a minimize. I didnt notice before because the Ribbon looks fine and our Frame background is a consistant color. I used a different background image and when returning f…
  • @KevinFournier I think I have another one for you with this latest set of Controls (I haven't checked previous 4.2.x Controls but I can confirm I can't replicate it with 4.1.x) We open up our Child windows centered mid-screen in our Frame. If we…
  • @AusMarkB, lets call ours the Schultz Club!!!!! 2 Members strong and growing...
  • I am getting a little stuck on figuring out what is 'behind the scences' of writing that 0 Record on the index that may be a pointer to my issue. Something is different between the two systems (obviously) though on the surface they are both the same…
  • @DonBakke So I started looking at the 0 Record of the Index file and I think you may be onto something. I did a rebuild on both systems to clear out the 0 Record and then created my Test Client from scratch. Here is the record of the system that wo…
  • @DonBakke. I conceded that a null is often a Data Type in programming languages. You might recall I was a Oracle Developer for decades and that supports the concept of a null value. The Database, at least when I was knee deep in it, treats a char…
  • OK @DonBakke, you are starting to blow my mind! How did I not think to set UDP against the Frame? Handy bit of history there. Probably why I havn't come across @RECUR variables before then. It just goes to show sometimes it pays to read the docum…
  • Well @DonBakke, I think you know us well enough to know that nothing you indicated is true here and that the @USERx has been widely used long before my time. No relaxing for you me! Since you introduced me to the wonders of a UDP for the Window …
  • Me neither! I do recall stumbing accross the SRP_HTTP_FRAMEWORK_TEMPLATE_API_BODY and SRP_HTTP_FRAMEWORK_TEMPLATE_API_COMMENT_BLOCK SYSENV records a long time ago and thought they were for this purpose but I didn't know how to initiate them, nor …
  • Also, We stumbled across this just today : Yield or Die
  • LMAO. Are you going to suggest maybe setting a COMMON variable to move data between forms is better practice?
  • This is the little test harness I was using. Clients is a real table but I was just playing with a non-existanct Client "AAAA". My testing would decide on writing the whole record (with or without the CRec<1> value) or just doing a WriteV on t…
  • 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