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

Comments

  • I just tried importing MonoBlack. I changed my Defaults first since I normally run Dark. I had to manually set the delimiters as Kevin noted. I then flipped my defaults back , as well as the delimiter settings to get White on Black. That worked t…
  • A tip for you , if you don't already know. I manage our accesses and had to cull the 23 we had (getting too close to the 25 for comfort!) and got it down to 14 by removing the 'No longer clients' as well as perusing the last 2 months of our App a…
  • Are you doing a proper Published App @AusMarkB? We are trying to fly under the radar with the allowed 25 unique accesses to our OAUTH2 App. Definately kicking the can down the road before we have to dive into the world of red tape and full complian…
  • @Michael, are you running the latest Editor version (3.4.10.0)? It was only a recent release (last six months or so I think) that delimiters could get their own colors. While I am not running it in OI 10, I can confirm that in OI9 I have successful…
  • Thanks @DonBakke. That indded works for OI9. I remember trying that in Inspect Variable (even though I didnt expect it to work). I dont know why I didnt try it in the Inspect Property, even with no Control. I guess I looked in the Drop Down and mo…
  • There is indeed! I knew there was something for what I wanted and went looking, knowing it HAD to be there. I did glance at Parse on the Wiki and as soon as I looked at it I saw a table with year/month/day breakdown, I immediately confused it in m…
  • Well, that would be awesome but I needn't go that far ;-) I mean I know I can use OIDate = IConv(HumanDate, "[SRP_DATE]") or OIDate = IConv(HumanDate, "[HRM1_DATE,4]") but since I dont need to use OConv for the opposite transaction .... HumanDat…
  • @KevinFournier. Obligatory 2025 bump for favorite grouping, or at least collapsible (and maybe re-orderable) Fav/Open headers. Also, I know that multi-panel editing was not prmoised but I wont give up hope on that either until you say so! Finally, …
  • Cheers both. Most of my knowledge is from the EnableRTF documentation @DonBakke! That, plus the examples we have around the place. We do EnableRTF bolding and whatnot elsewhere but surprisingly not for color. Where we do change color in an OIPI i…
  • @DonBakke. I did a quick and dirty test Signed out of my Profile on the Server. Reconnect and signed back in for a fresh start. Started Task Manager and displayed GDI Objects. Start OI to Dev menu. Noted baseline GDI on process as 125 Start Appli…
  • Thanks Kevin, That makes some sense. Maybe I will make my practice Key field/s first (honnestly, it upsets my sensibilities for this to not be the case!), then Tab, then everything else. One last related question on that though, While I understan…
  • So, like '1'? Not sure how that impacts? Surely that would affect everybody and not just a individual user? And probably other forms as well instead of just one? (BTW, it is on a Remote Desktop so everyone is using the same Controls version and O…
  • @AusMarkB I can confirm this has happened.......to me! (and a client has reported it once as well). Long story short, there is ONE form we have that has 14 tabs on. First 10 look fine. last 4 look blank for me. Sometimes, not all the time (in '…
  • Needless to say, I was surpsied as well! Still. Users. Am I right? ;-)
  • Um...Yes. Yes, that would do it. I'll be honest and say I am not sure I have ever needed to set that on an edittable column before. DTCS_PROTECT$ has always sufficed. Now I feel a bit sheepish since that was so obvious it didnt even register in …
  • First I thought, "Of course, that obvious!" and then I re-read what I posted and realised I didnt actually make that clear... So, sheepishly, yes, just for that Form.
  • OK. I ended up detstroying every Sys object I could think of (SYSOBJ, SYSREPOS, SYSREPOSWINS,SYSREPOSWINEXES) so it was like it never happened. I restarted the OI instance. Created a blank canvas and then copied in EVERY control as-is from the bac…
  • A OI BUtton made no difference. However, I might have a solution, if not an answer..... I will report back soon.
  • I guess you did mention this, albeit it was inferred. I'll plead the "wall of text" defense. ;-) A VERY valid defense. I shuffle between 'ask a simple question with no context', which inevitably leads to MANY questions and 'present the entire ban…
  • I apologize Don, It wasn't clear (and was wrong to the question you asked anyway) Right at the end of the PROMOTED_CREATE_EVENT.POST (Frameworks) there is this code: SRPShowWindow = Get_Property(@Window, '@SRP_SHOW_WINDOW') …
  • What would be too many Controls for a Dialog to handle reasonable? No 'Silver Bullet' as such but I have progressively stripped out all the Controls and the time-to-respond time kept dropping. Removing masses of controls saved a few seconds. remov…
  • Happy New Year Don (and SRP Team and fellow forum followers) ! I would be helpful if we knew what was in the call stack each time the SIZE event was triggered. That might reveal some unexpected activity that could be used to resolve the problem. …
  • I just updtated the SRP suite as well and at first glance, no cosmetic issues. If you were on a old version of the Controls, maybe they predated the use of LayoutChildControl (v 4.2.2 I think)? For OI 9.4.6, I had to add some code (as per Kevin's …
  • 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!