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,565
- Last Active
- Roles
- Member
Comments
-
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…
-
Doh! Of course that is the case. I know better than that. I quite literally just explained that same concept for Events to someone here. Total. Mental. Block. And now I have just exposed my shame to the world!!! Thanks @KevinFournier and @DonBak…
-
@KevinFournier You answer is what I expected so I looked further. I am confusing 2 symptoms and getting influenced where I should not. Problem 1. The Service function has a Service that wants to accept 12 Parameters. On compile it complains abo…
-
Templating! I see what you did there @DonBakke. I like where your head is at......
-
I like my structure because my staff have those comments handy of what each setting does and they are grouped in a logical order making it easy to find settings. This is, however, purely cosmetic. I would care less but I know it never used to and t…
-
All I have to do is restart the service and the file is toast. Like I said, I removed all blank lines and comment lines (since, if you recall, the inline comments I originally had use caused grief back in the day). It still reorders alphabetically,…
-
@DonBakke. That is correct. I should have noted that with all my ramblings about version matching! My quick eyeball test for a OI 9.x licence file is based on size. 480KB is a 9.4.6 412KB is a 9.4.0 and above (excluding 9.4.6) 372KB is pre 9.4 (T…
-
Perfect. Another handy SRP tool.
-
@BarryStevens, Don beat me too it. I have seen this many times on site where OI was upgraded (to say 9.4.4) but the original OEngine licence file (say 9.2.1) has just been reauthed for new expiry/users so was still the old 372KB version. Took me …
-
Is the Combine service because the OI time is 'seconds since midnight' but the OI datetime time component is a 'percentage' of that point in the day? A calulation is therefore required instead of just a concatenation...
-
So not just me forgetting stuff! I feel a little better now ;-)
-
So you did @ DonBakke. Wiki documentation and everything! I knew that as I have seen that in SRP code but for some reason I keep forgetting some of the helpful things I come accross...
-
Ahh. I see your Use Case now. Good options for everyone!
-
I get that @DonBakke. To rudimentarily reiterate what you and @AusMarkB indicated I could replace my OSREAD/OSWRITE with something like: OSOpen FullyQualifiedFileName To filevar then CurrByteMark = Dir(FullyQualifiedFileName)<1> OSBWrite…
-
What are the efficencies in using Dir() or GetByteSize in a OSRead? When logging to OS I normally just do something quick and easy like: declare function Get_File_Format $Insert APP_INSERTS ; // To get CRLF$ and TAB$ SaveTextFile = 1 …
-
@AusMarkB. You are correct! And Double Whammy points for you for joining both Yoda and Don's approved slogan!!