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,060
Last Active
Roles
Administrator

Comments

  • @Opto_Will - I just sent you a link so you can download the RDK for v16.2.3.1. This is a cumulative update, so you can install it from your current 16.0.16 (or 16.0.21) system. With regard to the auth details, are you using lowercase admin/admin? T…
  • @Opto_Will - There is a newer release available. I need to do some internal consulting to determine what, if anything, is required to make the next leap. I'll get back to you ASAP on that issue along with answers to your other questions.
  • @paxton - I realize these are separate applications, but is there any relationship between the two? For instance, is one inherited from the other? Do they share a common parent (i.e., other than SYSPROG)? I'm wondering if it would make sense to have…
  • VSPrint7.ocx and VSPDF.ocx are the critical files. I doubt they are corrupted, especially if the problem is intermittent. Where are these files registered? If they are registered on the network drive you might try registering them to a local path in…
  • Will - Mark has the right idea but your 3PL should be giving you some good documentation and I would expect that you'll need to provide appropriate Request Headers so you can get the data in the format expected.
  • I read your post in the WORKS forum and honestly I've never seen this before. It looks like binary code. I've seen similar output when a binary file (like a PDF) is returned as simple data (i.e., it isn't encoded properly).
  • (and I compromise Don. 11 point font for me these days ;) ) Show off.
  • Is this OI 9 or OI 10?
  • Font Size 12! Perfect for my blind eyes! True confession. Even when I was using Plastic Code Wrap, I would change the size to 12.
  • My two new favorites are Visual Studio Dark and Joker. Both were introduced somewhat recently.
  • I've got nothing else to offer but hopefully we've uncovered enough to give Kevin something to work with. He will have to chime in tomorrow (it's 11:30PM for us now).
  • I presume you are connecting to the Windows Server 2016 via RDP? What is the color depth of your session?
  • @AusMarkB - What version of Windows are you running in each case? Also, is it safe to assume you are running the same version of the SRP Editor and SRPEditor.ocx?
  • Just uninstall extract the files into an empty folder. From the Application Manager press F12 to bring up the System Monitor. Enter the following: RUN RDKINSTALL "< path to RDK files >"
  • Jim - If you are willing, either here or by private email, I would very much like to know what you were doing previously that these functions helped to improve performance with.
  • I'll contact you via email regarding the status of your license.
  • Chris - Glad you got that sorted out. You posted very early in the morning for most of us, otherwise we probably would have pointed you in the right direction right away.
  • How are you assigning the value to OleSubClass$? I am wondering if this is a problem related to multi-instance forms and the form name portion of that variable is no longer valid.
  • Understood.
  • You are making web requests to these APIs and simply getting a response back. The "out of the box" way to do this in OI 9 is to call the OLE_GetWebPage function. This works for most purposes, but it does have some limitations that we have worked aro…
  • That was one of the options in the link I provided. I watched their video. From what I can tell, the web API is straight forward. Doesn't seem much different than other web APIs have interfaced with.
  • @BarryStevens - Kevin is correct, I don't think anybody here has integrated fingerprint scanning. As he noted, if this is going to be an SDK based API, wrapping it up so RevDotNet can consume it is often the best way to go. However, according to thi…
  • I concur. We've used Dialog_Box to open multipage windows without a scrollbar for years (technically decades) and this has never been an issue.
  • Thanks for the catch on this. I believe I have updated the page where this was misspelled. Please confirm.
  • Yes, I've made that suggestion many times. However, I don't rank very high within our team so my suggestions always get shot down. ;-)
  • This property only affects adding and removing rows. It will have no affect when modifying existing rows. This is why I didn't suggest the AutoPopulate property. I didn't think it was applicable.
  • You could try to upgrade to 4.0.11 and see if that makes a difference (but I'm doubtful).
  • Another thought...instead of updating these properties individually, why not just update the ColumnList property array in your loop and just do one ColumnList Set_Property?
  • Well, I'm doubtful the OpenInsight REDRAW property is useful with the SRP ReportTable control. As far as I know, the SRP ReportTable does not have its own Redraw property the way the SRP EditTable does. If you are changing the visible settings of 56…