Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
DonBakke
About
- Username
- DonBakke
- Joined
- Visits
- 2,993
- Last Active
- Roles
- Administrator
Comments
-
Simple answer from me is "no". The more elaborate answer is that I've heard of such utilities that can do this, but I don't think you can avoid doing this record-by-record. If you have a record split between the LK and OV, you will have to discern t…
-
This is in the Revelation Wiki: https://revelation.wiki/doku.php?id=guides:oi10:converter_quick_start
-
Jim - I'm glad that fixed the issue but the version you show in that Property dialog looks like it is a version behind. The reason the SRP Editor About window is better is because it will show you the internal version of the SRP Editor code and it w…
-
Jim - I'm thinking along the same lines as Barry. What do you see in the SRP Editor's About window?
-
Maybe Kevin will gift us with an update to the SRP PreCompiler to support that shorthand. :) If you do run into problems, I would be curious if swapping the order of the #pragma precompilers might help. This would allow the SRP PreCompiler to conve…
-
M@ - I don't know with any amount of certainty as I've never used that precompiler.
-
Version 3.4.8 is available through our Product site. I'm running an unreleased 3.4.9. Sooner or later you'll be upgrading so would you mind testing what's now available and letting us know if things have improved?
-
It won't be enabled by default because there haven't been any changes. If you edit the record, does the button become enabled?
-
Jim - Do you mean the button disappears or is not enabled?
-
I have never heard of a bogus frame size producing a GFE, but I wouldn't be surprised if that did happen. 110K framework seems outrageous to me. I even think a frame size of 24K is not great. General wisdom nowadays is to use 2,048K or 4,096K.
-
Michael, are you saying you do not have the RTI_SET_SIZELOCK form?
-
I thought you just wanted to know what the parameters are. I guess you really wanted documentation. This utility is available through the WORKS downloads. It does not have documentation on the routine itself, which is likely because it is meant to b…
-
I didn't say to edit the SYSOBJ record. Enter this into a stored procedure like you would for any other routine.
-
Does it work if there's no source code? Yes it does. Arguments are embedded in the object code.
-
I don't have that utility installed in any local copy of OI. Do you have the SRP Editor? If so, enter RTI_Set_Sizelock( and the tooltips should show you the argument names. If not, use the Ctrl+T toggle to view them.
-
While out of balance, I would not expect it to impact the index performance that much. Even your best matching time of 12 seconds seems way too long, much less over 30 seconds. I think something else is going on.
-
What is the total number of records in the table you are using? I did what you did and created a symbolic that would essentially return a value of 1 for half the keys and a value of an empty string for the other half. Searching for a '1' took 1ms t…
-
Thanks for the note on this. We'll take a look. This is the first time I've been made aware of our mail utility locking attachments. Normally, customers would start using our product because prior versions of the OI-based mail utilities had this exa…
-
I don't recall this being a known issue, at least with current versions of OI (9.4.6->10.x). Are the number of rows with empty values significantly higher than the number of rows with data in the indexed column?
-
I personally like Kevin's suggestion. It keeps things working in a way that is similar to what you are already doing while increasing affordance, so your users have a better experience. That said, I was not suggesting you front load all of the data…
-
* OI10 itself has a utility to do the heavy lifting (80%) of the initial port. Then it will be up to you to check the error logs and address the issues as needed (20%). If you have ever done an ARev 3.x to AREV32 migration, you'll be very familiar …
-
Probably not. I don't think I understood earlier that as the user navigates down you will remove the rows currently being displayed and load in new rows. Likewise, when the user navigates up you do the same thing. Is this for performance purposes? O…
-
So you are implementing a type of lazy loading. Would the PosChanging or PosChanged event serve your needs? You'll note that we provide a Cause argument which tells you the keyboard or mouse activity that cause the event to trigger.
-
Jim - I'm not sure if it will do exactly what you want. Are you hoping to intercept those keys in order to create your own behavior or do you simply need to know when those keys were used to navigate the EditTable control? Or are you looking to achi…
-
I saw your post in the WORKS forum and was surprised to see that you were following up on a several years old discussion. I gather this is still important to you. I cannot say if this is possible. I simply haven't played with this (and usually I do…
-
When you say that you "ended up destroying every Sys object" are you referring to Sys objects related to the form itself?
-
The SIZE event is triggered whenever the form is resized (obviously) or moved. I was convinced quickly that you weren't triggering it in your own code, but that it was responding indirectly to other things. It could still very well be underlying OI …
-
I actually dont expect it to do anything as I was already capturing (as per my first post) ANY event that triggered in the Commuter. I guess you did mention this, albeit it was inferred. I'll plead the "wall of text" defense. ;-) I think I would …
-
@Opto_Will Short answer there is yes, It is visble by the end of the Promoted CREATE but is unresponsive to any input for another 25ish seconds or so while is goes through all the other 'background' Events. I'm not sure the way you answered my que…
-
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. Aside from that, does the dialog become visible prior to the Prom…