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,156
- Last Active
- Roles
- Administrator
Comments
-
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…
-
It should work automatically.
-
Shouldn't that be HeaderMerge[2; 2]? Also, if you just do CellMerge it should affect your headers automatically.
-
It's not quite that simple. It works like this: * Define the SRP EditTable's Dimension property based on the maximum number of columns you want to appear in a single row. Note, do not confuse this this with the total number of columns in your rec…
-
Now that I think about it, I attach and detach dbs with each request and because they may be different it's probably safest to flush and garbagecollect each request anyway. Yeah...I was about to make a comment along those lines. You want to keep e…
-
If you have that service, then check your existing HTTP_MCP and you should see that this gets called automatically as one of the last couple of things it does before returning the response. You'll see that it performs a Flush/GarbageCollect for you …
-
I seem to be missing something. You start out by asking for "recommendations for implementing garbagecollect" but then end with "I don't want to be doing one every request if I don't have to". This seems like a mixed message. Before you reply back,…
-
In Postman you need to disable "Automatically follow redirects" which is in the Settings window under the General tab. This will allow you to make the request, get a 302 response, and then you'll see the Location header. I was wrong about the SendH…
-
Hmmm...that should be relatively quick, but of course mileage will vary based on different situations. Have you tried to just use the INSERT method instead? It doesn't sound like this applies to you, but this Sprezz article offers some advice if yo…
-
How are you populating the edittable control?
-
This seems as if you misplaced your license and restored an older copy. I sent you a private email with a copy of your current license.
-
Agreed. I'm still happy to help resolve this but I think the next step is to have you send me a copy of your app or schedule an online support session.
-
@AusMarkB - I can't duplicate your problem. For comparison purposes, can you change "MD24" to "D" and see if it allows a valid date to be entered? What version of SRPControls.ocx are you using?
-
Can you post your code that sets the CellConv property?