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

  • I've never been able to work this out. I know you've asked this question at least twice in the Revelation forum but have yet to receive an answer. I suspect that the variable is maintained internal to the engine and is not exposed. My only suggestio…
  • I'm very happy to hear that. Also, just in case you didn't know, the same dropdown feature also exists as a SRP EditTable CellType (look at Combo).
  • As Mark suggested, there is no way to get an edit field "look" within the cell itself. The SRP EditTable is more like Excel in this regard. I do think Mark is giving you sound advice to use cell colors to your advantage as well as use cell protectio…
  • I'm assuming you have found your way to the Online Discussion landing page. From there you need to pick a display category. I recommend Flat by Date. Scroll to the bottom of the list of posts and there should be a link called Create a new main topi…
  • Thanks for the suggestion. We'll add it, even if it is only a OAQ (Once asked question)! ;-) You are more than welcome to post your questions here. With regard to the Revelation support forum, there are actually two of them. One is the "public" for…
  • Daniel's method might work somewhat, but it won't remove any of the repository items that are keyed to the applications. You really want to do a Delete application to wipe the slate clean.
  • Unfortunately the only way to delete applications is to open them using the Author user. You could reset the users by hacking them in but this requires that you install a fresh copy of OI, recreate the applications using the same usernames, and then…
  • Hello and welcome to our forum. I believe Corby already emailed you privately but you asked a good question so I'll post a public response. Primarily this forum is for SRP product customers, but we welcome anybody in the OpenInsight (or, more broadl…
  • slowjams - To be honest, I'm a bit curious too. We added the ability for multiple header columns with the long term goal of creating an EditTable that would support multiple internal grids. However, that never reached fruition. I haven't tested thi…
  • Mark - You know you can update your notification preferences to get a notification for all new and updated threads right?
  • It was designed to allow a relatively easy transition and require little or no code changes. It does have an API based on/off mechanism so you can switch between it or the original OIPI on demand.
  • Open the CFG_OIPI record in SYSENV. It probably says VSPRINTER. Change this to VSPRINTER2. I've been deflecting your question about our possible fix because it will likely be moot if OI 9.x and OIPI.Net won't work. Our solution is our own implement…
  • The service doesn't set its own error as a result of the timeout because we can't assume that a response won't come back at the last millisecond. Or...perhaps it was there anyway and the XMLHTTP object wasn't acknowledging it properly. Either way, i…
  • I should also add that this is not a permanent setting. It will remain for this session only (it gets cached) but it is not stored as the new default. You can update the GetTimeoutDuration service if you want to make this permanent.
  • Howdy! Yes, I think you can accomplish your goals with the product "as is". First, you must call the SendHTTPRequest service with the UseAsynchronous flag set to 1 (which is the default, but I wanted to make sure you know this was required). Otherwi…
  • OI 8.x does not support OIPI.Net. We might have something to help you with this, but I'm not sure it will be worth pursuing versus upgrading to OI 9.x (assuming that is even possible). But, before we get ahead of ourselves, we should verify that OIP…
  • A few responses to this. First, we highly recommend that you check the ERROR status after each call to SRP_COM. This will help you identify the root of your problem. I was able to replicate your issue, but the problem originated in the "Open" method…
  • 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 have no way of knowing if v4.0.5 is the problem or not. If you want to rule this in or out, please download the latest release and test it yourself. When we request an RDK we are looking for something that is written independent of a framework. T…
    in images Comment by DonBakke June 2018
  • I think some customers check the Version property of any control they have licensed and see if it returns a valid response.
  • @slowjams if you continue to experience problems with the SRP ReportTable, might I suggest you bundle up a quick RDK and send this to us (support@srpcs.com). We'll be happy to look at your code and let you know if this is something we need to fix or…
    in images Comment by DonBakke June 2018
  • 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 …