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
-
Let's focus on one issue at a time. I also want to make sure we are using correct terminology to avoid ambiguity. When you refer to "new group", are you actually referring to a group in the Ribbon Manager? Also, when you say it won't perform the act…
-
I suspect that this is due to the QuickDex not being recognized and thus is why the %RECORDS% record wasn't being updated. Whether this is because your original APPDATA tables were not properly configured for the QuickDex or perhaps that the DBT was…
-
Enhancing BASIC+ Part 5: Go For Launch
-
While not a tutorial, I think the following might suffice since they represents a "basic" scenario that you could easily adapt. To setup the tabs of the Tab control you can use the CaptionList or TabCaption properties but you must first set the Tab…
-
This is working against the design intent of this UI. While not as convenient, perhaps it would suit you to use the OnHeaderRightClick event or simply create a context menu.
-
Version?
-
Guys, Just so that the silence won't become deafening, I just wanted to let you know that the engineer who can best address this question and/or possible feature is on holiday and won't be back for another week. I'll research to see if there is a w…
-
Glad you figured out the problem on your own. Regarding the SRP Table Search utility, that has not been converted yet. We are working on the SRP Editor still and this effort will include the SRP Table Search utility. We'll report on this as soon as …
-
I could be wrong, but I think the width of the scrollbar area is theme/OS determined.
-
Colin, the link provided is just the DLL.
-
TrimTrailing hangs for me too. Previously I only tried Trim. We'll look into this and get back to you.
-
There's Mark...always cutting the Gordian knot in half.
-
Actually, the SRP_Clean_Array function is deprecated although there wasn't a lot of fanfare used to announce this. I believe this was because the original routines still worked even though we introduced a newer and friendlier function call SRP_Array…
-
So basically you are saying that this hangs when the string just contains delimiters? This should be easy enough to test and verify but if you wouldn't mind, please let me know what version number of SRP Utilities you are using and whether this is 3…
-
Run_Report (which is just a shell around RLIST and the OIPI) can't work against non-physical data sources unless, of course, you really wanted to go through the effort to create your own Base Filing System and make OI think it is working with a phys…
-
I realize you dismissing the original question, but I think there is a benefit to discussing the general idea of using in-memory tables with reports for optimum performance. We've actually done stuff like this so I'm happy to share our experiences. …
-
Yeah...what Kevin suggested! :)
-
Now that we can see the XML properly we can focus on the problem. In order to avoid repeating what you may have already tried, did you actually attempt to pass in the NameSpace data?
-
No, that didn't work but I edited it for you.
-
I meant use the forum Code formatting feature. When you post your XML, select it and then click the dropdown in the toolbar with the Paragraph symbol. Pick "Code". Your XML will look like this: foo
-
I assume you were posting XML but it appears that all the tags got stripped. Can you post it again but try using the Code formatting option?
-
The SRP Popup tool is not what you think it is. That is, it is not an OI Popup replacement. It is a window popup that works similar to how software notification popups (think Outlook) work.
-
No, there is no support for this. You would have to do something out of the box, like hooking, to get a feature like that to work.
-
I think this should be enough for us to test with. We'll get back to you ASAP. Thank you very much for posting the code.
-
Okay. I guess you were wondering if downgrading would help under the assumption that your issue was newly introduced. Given that didn't change anything, your best bet is to upgrade to 4.1.0 RC12 or just put together an RDK that duplicates your setup…
-
No, I'm not seeing that. When you say, "upgraded to the latest build" what version is that? Are you referring to the latest official release (v4.0.3)?
-
I'm not aware of a glitch in this method. In fact, I use it myself with a specific project I support that utilizes this control heavily. I am using 4.1.0 RC11. I can provide you a newer version of the control if you want to see if that helps, but I …
-
I don't think we have a singular property to do that. My suggestion is to use the Dimension property to pre-size the SRP EditTable to the number of rows you want and then set the AllowInserts and AllowDeletions properties to 0 (i.e., False) and the …
-
Word to the wise!
-
Just to give you a quick response, I'm most certain this is related to the same problem you've seen posted in previous threads. If someone on our team knows how to address this with Windows Server 2012 R2 they'll post an answer for you.