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,095
- Last Active
- Roles
- Administrator
Comments
-
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?
-
I think this would be very useful to tool vendors. We've done some work at writing a parser, but Kevin would be the one to compare notes with you.
-
Create a pointer to the SetForegroundWindow API function and use the HANDLE property of your OI window to pass in.
-
Whilst you can change the text, the new text will only occupy the same space as the original text so if your new text is longer than the original, it will end up truncated. Which is why you might need to programmatically increase the width of the …
-
I believe this is intentional. It is implicit (but no longer documented) functionality that treats this syntax like Fmt("a", "L5").
-
;-)
-
@alvarofernandez - In case this helps, what @AusMarkB is doing is working with the properties of the individual radio buttons within the radio group control. As he noted, you have to append the label to the the radio group control to identify a spec…
-
Just to be clear, by "resizable" do you mean the number of radio buttons or the overall horizontal width of the radio group?
-
I should have also noted that NetOI is a way of working with .NET to talk to OI, but this does require you to install the OEngineServer.
-
Other than writing your own direct interface to RevCAPI (which is not supported or recommended by Revelation), the expected interface into OpenInsight is through the OEngineServer.
-
I assumed that's what happened. These old CHM files are security risks so most systems have their HTML content blocked.
-
From the Help button: Lock for Update If you choose Lock for Update, when a read event is issued for a form, exclusive locks will be applied to the primary table row and all rows from subsidiary tables for which either update or either delete ope…
-
Immediately after your Send_Event call.
-
Are you using code to call the WRITE event for your form or are you using a QuickEvent? If you are using code, you can usually check @FILE_ERROR to see if it has an error.
-
I think I understand what you are doing. We have a similar situation with at least one client I am aware of. HTTP requests are received through the OECGI (via our HTTP Framework) since that is the easiest way to communicate via HTTP. Then the code t…
-
Your original post said this: We need OI to be able to talk to another process running on each user's computer (the other process is actually a phone). Your last post said this: And no, the phone app does not need to access the state of OI. It jus…
-
I doubt this issue is related. We aren't using a scripting engine.