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,129
- Last Active
- Roles
- Administrator
Comments
-
I dare say, then, that this is a problem we can't fix through the SRP Editor itself (apart from going with a different control for the rich editing functionality). My suggestion is to play around with various display settings in the Citrix or RDP cl…
-
First, I moved this discussion into the SRP Editor category from out of the SRP Editor Control category. Second, I've seen what you've described but I see it with other apps. Just curious, what happens if you try this with the Editor++? I'm checkin…
-
Before answering that question, is there a reason you can't use the Dir function?
-
I've tried to use btree, but it was very slow and can only filter status once not twice. Does "btree" in this sentence mean Btree.Extract? If so, please post your code so we can help you. You can use Btree.Extract to search against multiple indexe…
-
In my previous response, I wanted to give you a straight answer without introducing alternative ideas, especially when you had already said "I don't want to use editable table or report table". Therefore I'm creating a second response to address al…
-
Yes, you can do this using the CREATE Utility service. Unfortunately, the documentation doesn't spell out how do do this. Rather than create from scratch, you normally would use the ORIG_STRUCT property against a control you want to duplicate, make …
-
@slowjams - Your original post was confusing because highlighting normally means selecting in OI, thus I missed the requirement to color code the highlight. I'm now a bit more confused because you referenced the FORECOLOR property, which doesn't hig…
-
I missed the part about "red color". The SELECTION property will use the default system color.
-
Yes. The SELECTION property I mentioned before will do that if you use the correct starting position and length.
-
Give it a shot. I suggest creating a test routine and check for @Window. If @Window is populated, call Msg(), if @Window is empty, call CTO_Msg(). Should be quick and easy for you to try it out.
-
P.S. It's a shame that DO_CTO only works from the System Monitor. I think this is pretty much what you are looking for.
-
I'm pretty certain that the CTO prefixed routines will only run within AREV32 and are not compatible with OI. In an ideal world, you would decouple your logic from your UI. Thus, error conditions are returned in the function call or via global/syste…
-
It's not quite that onerous. If you have purely compatible code (i.e., no UI), you can move into OI and call directly from AREV32. The only reason CTO_GUI_SUBROUTINE and CTO_GUI_FUNCTION exist is to handle code that has GUI (or presentation server) …
-
No, you explained things rather well. You want OI to call a routine that is compiled within AREV32. Simple answer: no can do. It doesn't matter how simple the code is, OI simply cannot call AREV32 compiled code directly this way. Better answer: if …
-
We did discuss both forms and code. Here is the relevant answer I provided that applies to this current question: I think it is important to remember that ARev32 is an emulator. The R/BASIC code is precompiled so that it will run within OI, but it …
-
This appears to be the exact issue we discussed in this thread: https://forum.srpcs.com/discussion/723/arev-form-command
-
I'm pretty sure this is done using the RECEIVER property.
-
Can you post the data you used as an attachment?
-
Then I think you really mean /HE=0. This might be helpful: https://wiki.srpcs.com/display/WhitePapers/OpenInsight+Command+Line+Parameters However, since the engine only disappears when launching the app from the Launch App button, this tells me he…
-
Barry, did you mean /HE=1?
-
This is not normal OI behavior so I suspect this is happening within your code. Look for FindWindow in a CREATE event handler. This is a Windows API that can get the handle to an object class which is then passed to another API to hide it.
-
I know I've corresponded with you via email about this (and didn't offer much help), but I am curious: does it matter if you have a form loaded or not? If it does matter, does it seem like the same form or can it be any form?
-
You can do this in the CREATE event. There must be something wrong with your code. I hate to ask something so obvious, but is OLECtrlEntID populated correctly? Also, are you setting any other properties after the TabVisible property, such as TabCou…
-
I just copied your code verbatim (other than GetProperty...I changed to this to Get_Property) and successfully compiled and ran it without any issue. Not sure what the problem is.
-
To answer your question about when the SRP Editor will be available for OI 10, please read this post: https://forum.srpcs.com/discussion/comment/4038/#Comment_4038
-
To clarify something you referred to previously as "contrary to advise I had been given", I am rather certain that relates to a comment I had made suggesting that you only need the SRP Utilities to be installed in OI 10 in order to use the Enhanced …
-
I need to clarify something with you. Are you seeing VNAV runtime errors or VNAV warnings?
-
The normal way to do this is to trap the GOTFOCUS event for a control and then set the SELECTION property to select the text (we usually just set the value to 1 : @FM : 999). If you want to automate this then you'll have to utilize promoted events.
-
Our blog site it really the best way to be notified of major releases. You can subscribe to that. Minor releases won't always get a post. We've tried other notification methods in the past, but they haven't worked well for us or people tend not to u…
-
No need...unless you are experiencing a bug that we've fixed but haven't release publicly. Just go here: https://products.srpcs.com/srp-utilities/