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

Comments

  • Ahh, so you meant OLD old @DonBakke!!!! I think what you are saying is right but I have not been able to ascertain the magic 'formula' of it going out (after x records then y pixels are out) Like I said, I have even seen where the Pos is outside t…
  • @DonBakke. So first things first. I am not sure what you mean by 'older versions' bacuse pretty much anything non-10 could probably fall under that umbrella!!! Is there a better way in , say 9.4.x, to accomplish that? I did notice the assumtpions…
  • @donBakke. Yes, I meant xPos and yPos (positions 3 and 4) I think I misled everyone when I said "My non problem lines return Col and Row fine" More accurately, "My non problem lines return Col and Row non-zero values".
  • You are indeed right @DonBakke. My backup plan normally would consist of just recreating an environment out of the environment I just accidently 'broke'. Nomally I do all that sort of stuff in a local copy that I dont care about. I followed your …
  • Thanks @DonBakke. I would say that would teach me to not play around but it won't. I just need to be more cautious of what environment I am in at the time!
  • OK. I did something a little bit silly. I was trying to work out where the INITMENU Event was defined (I surprisingly have never had to actually created my own Event yet!) I found my way to the Event Designer. I couldn't see any INITMENU on the E…
  • @DonBakke. I understood (without understanding), which is why I then started to doubt myself. The "What the heck are you talking about" led me to believe I didn't know what I was talking about. At the original time of posting I was of the belief …
  • Thanks @BarryStevens Well that certainly lines up with what I an now thinking!!!! Not sure who Andrew was but since he worked for the company's predecessor (iTMS), I will take that as confirmation. Since that was LONG before my time I will just pu…
  • Now that I am second (and third) guessing myself!! I started to some reseach, thinking that I must be missing something too to get that response Don. Since I cant find what I am looking for (INITMENU) in Oi Docs I am starting to beleive we have s…
  • That would be exactly what the is issue @DonBakke! Message is now gone. That has obviously happened more than once as there were over a dozen TEMP entries.... Thanks for the prompt assistance as always :)
  • Love your work @KevinFournier!
  • @KevinFournier. You are Legen.....wait for it..Dary. Legendary!!! Project based would be awesome. Would a single procedure be able to span multiple projects in this scenario? I know I am asking for a bit with side by side in OI. I am an UEStudio…
  • @KevinFournier It has been a while so I thought I might give this one the obligatory bump for both the favorites grouping and multi-panel editing :)
  • Plus it helps for the fancy new Controls version that alleviates the Toolbox issue by already having a Control on every form! Anton must have been psychic! Either that or he listened back in the day when Don explained all the above to him. ;-)
    in MDICLIENT Comment by Opto_Will June 4
  • @AusMarkB I am sure there are forms where it does not get used at all. Predominanlty for Options stuff (most forms tbh). Some Dropdowns here and there, as well as some Balloon Tooltips ina couple of places. Im not convinced we needed to include…
    in MDICLIENT Comment by Opto_Will June 3
  • And I was goinf to say to @jimvaughan, That seems to be the code I posted in another Post. Worked well for us. We have the SRP Ribbon up the top of the Frame and a Statusbar at the bootom. I localised the SRP FW_MAIN code and added to the CREATE…
    in MDICLIENT Comment by Opto_Will May 31
  • @KevinFournier The ONE comment I seemed to have missed on the Post!!!! Good work!!! (and apologies to @DonBakke for doubting you)
    in MDICLIENT Comment by Opto_Will May 31
  • @DonBakke. Plans for world domination! I like it! I am not sure that is the case though. We, as a standard, drop the SubClass Control in pretty much every form and I still have to use my hotkey...
    in MDICLIENT Comment by Opto_Will May 31
  • That "RUN WINDOWS_SERVICES 'SetSize', '', 'TbxWindowClass', '', 800, 100, 105, 336" that Don noted in the linked post is annoying to have to do everytime (well everytime you need to see the cut off info) but I now have linked the text to spit out vi…
    in MDICLIENT Comment by Opto_Will May 31
  • Ahh... Understood.
    in GraphQL Comment by Opto_Will April 18
  • You dont think it offers much benefit?
    in GraphQL Comment by Opto_Will April 18
  • @DonBakke I guess because I haven't been able to identify the ONLY time I need to fire it so it is firing all the time (which is bad) The only time I want it to fire is if the field I am currently in has changed from before I entereed it time and I…
  • Interface with an external .We currently have a very minimal integartion thats fairly new. They support GraphQL and REST APIs but are apparently deprecting the REST API calls. Responses will be in JSON so SRP_JSON/X can still be used to process res…
    in GraphQL Comment by Opto_Will April 17
  • No worries Don. Was worth the question.
    in GraphQL Comment by Opto_Will April 17
  • @DonBakke, I am definately NOT disputing your findings. It makes total sense you are deploying an already compiled runtime. I think we can very quickly agree that the systems I inherited are anything BUT 'clean'! Try again on another System. Defa…
  • @DonBakke. Pretty much. For the Editor, yes. The rest of the system tools (DB Manager, Table Builder , etc.) change color immediately with the DB environment setting change everytime. At least that has been my experience. 1. The SRP Editor seeming…
  • Actually no @DonBakke. I never looked at the SYSREPOSWINEXES until a couple of weeks ago for the noted issue here. When I did, I saw that the entries had the value of the color I wanted in other systems whereas the system I had an issue with did no…
  • Hello @Michael! Some of those posts might have been mine as I have certainly seen that issue. There are some eServer settings that should influence that behaviour: (Ignore my actual values) !Engine parameters //Number of Simultaneous connections t…
  • I agree that I would normally see the settings being immeditaly applied, however that occurs. I also note that not everything would get updated. For example, while the SRP Editor would take the color immediately, not every single called form / dial…
  • Thanks @BarryStevens. I will add that to my Toolbox!