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,970
- Last Active
- Roles
- Administrator
Comments
-
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…
-
@jimvaughan - Please confirm which version of OI you are using. Also, is "sys_file" a general reference to any system table (SYSENV, SYSPROCS, SYSREPOS, etc.)? Please offer any other specific information or patterns of behavior that might helps. (FW…
-
Reconnecting is a feature of the UD 5.x, regardless of the version of OI. However, I have yet to see it work under any situation. I've addressed this with Revelation and they have acknowledged it will work only under very specific situations. In sho…
-
I'm hoping you noted that SRP Editor 1st call is indirectly handled via the Repository COMPILE request, which is what the OI editor is doing on its only call. The SRP Editor 2nd call is made directly, which I believe we added as a means to get more …
-
@BarryStevens - I'll send you an upload link so we can look at your system directly. I should have some time to investigate and confirm, but Kevin is on holiday for a week and a half, so even if there is a fix that can be made, it won't happen unt…
-
Barry - Perhaps check a few things: * Are there any instances of SRP object records that happen to be in your local application? * Is there a copy of $BLINT in your local application? * What is the datetime stamp of your version of $BLINT? *…
-
I think this is an edge case where a system delimiter being adjacent to an interpolated variable is not being parsed correctly. Remember, you can always use the #pragma output option to see how the precompiled code looks. In your case, I see this: u…
-
The statusbar is the app's mdi, not the editor. The two may or may not be related as I updated both the editor and the controls before testing. If so, then this would have been good to note straight away. Please confirm (especially you Chris) and …
-
Chris - Is the SRP Editor maximized and still looking like that? If so, do other apps appear normal when maximized? Your taskbar seems a bit tall to me. Also, if you used the most recent installer Kevin posted then the versions should be 3.4.6.12.
-
If the client files did not get relocated or removed, perhaps .NET itself got removed through a Microsoft update.
-
Was the ClientSetup.exe ran on this machine?
-
Most likely your tables are being attached using a mapped drive rather than through UNC or using relative paths. The service operates under a different user context than the debug mode, so it cannot access mapped drives.
-
Maximize the window, close the window, relaunch the window. Does this now work better with regard to resizing so it stays visible?
-
I'm not following you. Does maximizing the window work?
-
I think the window's default launch settings (which are maintained in the oinsight.ini file) are launching this as minimized or sized in a way so you can't see it. If you are able to get the thumbnail, try right-clicking over it. You should see a co…
-
If you hover over the icon on the taskbar, do you see a thumbnail of the window?