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
-
Thanks for the thorough response. By way of confirming one part of your answer and repeating my understanding of it, when you run the Table Builder, print the dictionary, and then use the Print Setup to select one of your redirected printers, it doe…
-
Let's start with what you have already configured and working. Do you have redirect printers appearing in the remote desktop session? That is, if you open up the Devices and Printers window, the Print dialog from Notepad, or even the Print Setup dia…
-
Aha, I follow your intent. That would be great. We do want to make sure this is working as expected...especially since we rely so much on our own products. Thanks!
-
I am not sure semver.org is "gospel" with regard to software versioning. I've never seen it being applied to other projects I'm familiar with. It may very well be a convention that others use, but there is nothing binding. Regardless, it was not ou…
-
There are two links on most of our product pages: one for 32-bit and one for 64-bit. The 32-bit link appears immediately below the product version label and the 64-bit link appears below the 64 Bit graphic. Admittedly this is a little confusing so w…
-
I think Mark's use of the GetProVersioInfo method is close to my suggestion and is more universal. The Registry stuff is icing on the cake but isn't definitive as the control could be relocated.
-
I think some customers check the Version property of any control they have licensed and see if it returns a valid response.
-
Yes indeed. That is known as a Header Column. Use the HeaderColumn property to make it invisible.
-
What version of the control are you using?
-
For what it is worth, I'm not just going on a fishing expedition with these questions. I did try to reproduce your situation and the only time I experienced anything similar to what you are describing is when one or more of the above items had not b…
-
A few more questions: * Did you add this new command to a new command category? * Is your command category associated with a security policy? * Is this security policy enabled for your user? * Did you restart FrameWorks to see if this made …
-
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! :)