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
-
To be honest, I don't know what the update interval is. Your understanding of the "Delay before indexing" setting is correct. If this isn't working for you then I suspect you might need a patch. I recall a fix being made to the dedicated indexer bu…
-
This isn't a direct answer to your question, but I want to make sure your approach is more favorable than the /I command line switch for OENGINE.exe (as documented here). Once we know the exact way you want to launch this, we can offer advice on how…
-
As noted, the OLE properties exposed in the Properties dialog sometimes do not match up with documented properties. The CaptionAlignment and Alignment properties are good examples of this. These both accept @FM delimited values but the Properties di…
-
@BarryStevens - One of the features of the SRP Picture control is the ability to draw control parts, which are simple theme-compliant GUI elements such as divider lines. One of the horizontal divider lines support a caption so you can replace group …
-
Now I'm beginning to recall that tab order with group box controls can also be a problem. Just to rule these out definitively, don't just hide them but remove them and see what happens.
-
I assume the gradient background is coming from the Form Designer rather than the SRP Tab since you noted there are no SRP controls on this form. What happens if you remove the gradient background?
-
I've seen radio buttons behave like that. It appears that this form isn't form fixed. Would you agree? If so, try this first so we can rule that out.
-
Sweet.
-
You do understand that all this flag does is allow your forms to acknowledge your promoted events when they are being compiled? It does not magically trigger a promoted event if the form was never aware of it to begin with.
-
I don't have a list. You would have to install a fresh copy of OI and use the Event Designer or inspect the CFG_EVENTS record to confirm. But, this is missing the point. You can't programmatically set this and have it benefit you in the same session…
-
Also, it is not unique to any event. Each event can be enforced or not, but some are enforced by default. This might not be your issue, but it is what I would look at first.
-
No worries. I always assume that anybody who has dabbled into Promoted Events is familiar with the documentation since this is arguably an advanced topic. It's a setting in the Event Designer. Look for "Enforce" in our white paper.
-
Is the CREATE event enforced?
-
No version of Windows that is past EOL is supported. I am not the engineer of that utility, but I know there are libraries we use that are simply not available in older versions of Windows. To be safe, assume Windows 7 or newer.
-
I assume what you mean by "SRP Popup utility" is our SRP Popup control. Despite the name similarity, this is not intended to be a popup in the same sense. My suggestion is to make a custom dialog. You'll have far better user experience. Alternative…
-
Yes. We actually do this as a standard practice with normal multi-page forms. I think it provides better user experience to keep them looping on the same page until they indicate a desire to switch pages by clicking on a navigation control (like a t…
-
But you can still tab to the other page...I believe it's possible to stop this, but I don't really know what's involved. That's why i was hoping there was another way. You control this via the NEXT and PREVIOUS properties.
-
One way or another you will need to hide a sub-set of controls and unhide another sub-set as needed. There are two basic ways of handling this. First method: Put all the controls related to the radio group control on a single page form and hide the…
-
I'll remember that the next time I answer one of your questions. ;-)
-
@AusMarkB when you mentioned an @Window variable, did you mean a User-Defined Property?
-
I really appreciate the follow-up so we can can be somewhat at ease.
-
@josh - When I create two handles and then release two handles I don't get the error you are seeing. However, if I manually manipulate one of the handles to include a non-numeric character then I get that error. This suggests to me two possible caus…
-
We'll look into this tomorrow. It's midnight for us at the moment.
-
The answer is "no", but I'm curious as to how you vision this working. Let's suppose the selected tab did remain in its original row (e.g., row 1), what would row 2 and the rest of the form look like? Tabs are meant to blend with the form they repre…
-
I see what you are getting at. Well first of all, the name of the RADIOBUTTON isn't exactly the same as the label displayed. OI will convert the label to a valid control name pattern. However, your point is still noted. I don't think there is a way…
-
You need to apply it to the RADIOBUTTON, not the RADIOGROUP.
-
Are you looking for the TEXT property?
-
I suggest trying the following things in this order: * Exit OpenInsight * Unregister SRPUtil.ocx * Register SRPUtil.ocx * Launch OpenInsight and the SRP Editor * Change the Theme to something else and click Apply * Change the Theme back…