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
-
@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.
-
@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…
-
Well I appreciate the effort in tracking down and correcting :) To appropriate a little sumpin from AusMarkB....
-
@KevinFournier, That is looking much better! Care to share?
-
Not going crazy (Just yet!!!)
-
@KevinFournier Well there were no Qualifying events initially so I added some. It didnt matter if I tried Send_Message(@WINDOW:'.OLE_DESPATCH','QUALIFY_EVENT','Ole.OnClick',0) or Send_Message(@WINDOW:'.OLE_DESPATCH','QUALIFY_EVENT','Ole.OnClick',…
-
So before I lose my mind chasing ghosts again I thought I would attach a quick Vid just so everyone can see what I am trying to describe. 3 Runs in this video, each immediately after the other. 1. Controls 4.1.21.1. Log into App. Show SRP button…