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
- 3,058
- Last Active
- Roles
- Administrator
Comments
-
These are stored in the Registry: Computer\HKEY_CURRENT_USER\SOFTWARE\SRP\SRP TCL\{path to OI}\{app name}\CMD
-
I take it you don't want previous entries to auto-fill or something similar? I just want to confirm my understanding of your request before offerings some guidance.
-
In your API response try setting the Access-Control-Allow-Origin header to a value of '*'.
-
There isn't a built-in way to do this as thoroughly as you are describing. If I want to disable an endpoint then I remove all methods. But that doesn't "toggle off the visibility" in the way you are probably hoping for. Even if we added a feature t…
-
Caching?
-
@paxton - I'll discuss this with you offline. Expect an email from me.
-
Ah...then I would say yes it is safe. We do it for the very reason explained above. These variables get cleared automatically anyway when OI is allowed to process events without interruption.
-
I take it that you mean to alter these variables other than clearing them as indicated above? If so, then I am not entire sure. However, if you have a reasonable idea of how these variables are populated then I think it would be relatively safe to m…
-
According to the changelog, this was added in OI 9.3. Paxton, are you able to upgrade OI?
-
What does GetEmailEDI.exe do for you? Does it connect to an VAN post office and download documents for you?
-
I'm not sure if you are aware of this feature, but the SRP Editor allows you to quickly add the currently open tab item (i.e., stored procedure, insert, or even record/dictionary) into an existing Repository View. Just press F6 and you'll see a list…
-
I can't say that I am aware of that technique. Have you tried setting the REDRAW property to 0 before the Send_Message calls to see if that reduces the performance lag?
-
If you go to the main IDE menu, you'll see Development. If you dropdown this menu you'll see a Check-out / Retry Check-out menu. This is an early attempt to do what GIT does now. In its day it was innovative but it has been severely neglected and is…
-
How important is it to save your Repository View records? If not important, you can use the Check Out tool to deploy directly into another copy of OpenInsight.
-
Use the Repository("NEW") message to create the source code in the SYSPROCS table and then follow-up with a Repository ("COMPILE") message.
-
Awesome!
-
If you need to go back to the Windows API approach, note that this will not be something that our control will be exposing but rather the OLE control that Revelation Software has provided. I have qualified 0x202 before but have found that it only wo…
-
I understand the feature you are trying to implement but maybe I'm missing something. If you are already working with the OnMouseMove event, can't you just check the Button argument to see when it is no longer being pressed?
-
I just noticed you are trying to trap the left mouse button up. Is up relevant versus down?
-
No, that would be used for the OI edit table. Have you tried the OnClick event?
-
Instead of "DR" try "DN". We added this to support true numerical (versus right-aligned alphanumeric) sorting. This won't resolve the stripping of the "0" in your 13.10 value, so I'll ask Kevin to investigate and comment.
-
The scenario is, we're still developing in OI9 and then periodically porting to OI10 so that when we're ready, we're ready. Changing to SRP buttons in OI9 means doing it once. Changing to OI10 buttons means redoing it everytime we recreate the OI10 …
-
@AusMarkB - You caught that you can also use OI 10 buttons, correct? This might be a better solution than switching over to SRP buttons.
-
Privately I suggested he try the SRP Mail utility to compare and see if that could help isolate the problem. I never heard back from him whether he tried it or not. If he is reading this thread perhaps he can chime in.
-
I wonder if this is related to the issue Chris Meyer recently began to report to Revelation with RTI_CDOMail. His IT expert identified the problem being due to RTI_CDOMail using TLS 1.0 but Microsoft requires TLS 1.2 or TLS 1.3. He also posted a lin…
-
I'm not aware of any hardcoded size limits. AFAIK, it just stores the data in memory just like any variable. I'm a big fan of UDPs, but you can also use the SRP HashTable (or Memory_Services if you have that wrapper) to do this as well.
-
Thanks for the update. This validates my original expectation and personal experience. You are correct, IDLEPROC can only run instances one at a time because there is only one in-process engine.
-
I believe it is REVPROFILE.log.
-
Ed - Just so I'm clear, this most recent error you are now reporting was with v3.2.0? Can I assume you'll upgrade the customer and see what happens?
-
Ed - This sounds very similar to the issue you reported a couple years ago. I don't see any follow-up from you on the advice that was offered then. Can you please confirm the version of the SRP EditTable that you are using?