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,548
- Last Active
- Roles
- Member
Comments
-
Preaching to the choir gentlemen. I do both of those as part of my 'full review'. OI to 9.4.6 with updated OEngine.dll file (if it wasn’t already up to that point), full SRP upgrades on the Server, a 'local' client reinstall (as has been discus…
-
Quick @DonBakke. Very quick! Understood about the EOL. With no service, I have never even tried to run anything but 2.1. I am not sure who set that up. They have a 30 user licence. Late on a Friday afternoon they were still using over half of …
-
I though I would give a little bit of an update. We seem to haave alleviated our RemoteApp issues by making our client's IT try something again that they said they tried but didnt work. After a LOT of effort and back and forth and discussions abou…
-
@CorbyNagel You must be on team Don! Don't worry, I am too. Once upon a time, Don and I discussed this and he mentioned that a fully-localised client was a hot topic without unanimous support over there. The servers I setup I copy the client fil…
-
Thanks for that update @CorbyNagel. I thought for sure I was going crazy even though some sort of cache was the only thing making sense. The trick is to get them to reboot. They have load balancing servers, seperate Remote Brokering servers, etc e…
-
I have requested that workstation be setup for 'normal’ access so I can test with the side-by-side comparison, basically a UNC connection vs published app from the same starting point. @CorbyNagel The Application Server, from where the app is publ…
-
@DonBakke. I think my statement was a bit misleading in hinndsight. I have NOT tried the publish App from the same server at this site. I.T. is being a bit prickly about clear seperation of purposes. Admitedly this is one of our bigger clients s…
-
Thanks @DonBakke. Most of our clients and their IT don’t seem to know much about published apps (TBH, neither did we) but we had one IT that was pretty good and did it for another shared client so we took their instructions and now give it to othe…
-
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') …