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 think you are looking for the custom function default:
  • Actually, now that I think about it, the typo was not in the syntax but in the path to the image. We had a online meeting to resolve this.
  • Just for the sake of keeping all interested up to date, this was resolved by fixing a typo.
  • If you want to avoid extra UI on the form, you could also just make a context menu that gives the user the option to launch the URL.
  • Assuming you are really talking about the native OI edit line control, there is nothing built-in that supports this feature. I presume you want the content of the edit line control to be editable? If so, then your best bet is to capture the Windows …
  • Great catch Mark. I think that is what I recall being an issue I experienced. IIRC, it will occur with other controls as well.
  • If you find the problem reoccur with the 4.1.0 RC2 control, you can try the 4.1.0 RC12 control from this link. What you are describing now sounds a little familiar to me, but it may have been for something else. Keep us posted and we'll see what we …
  • Yes, 4.0.3 is still the latest official release. Can you explain a little more about the issue you are seeing? I use the splitter bar frequently and have not noticed any problems. Also, are you absolutely sure you don't have an auto-size checkbox ti…
  • M@ - Add this line to your code and compile: #pragma output SYSLISTS MY_PRECOMPILER_OUTPUT Then open this record up and let us know what seems to be the problem.
  • Yes, that is how I understand it. Might help if you posted code.
  • Should be "C". Just curious, are you positive your select is working? Have you actually confirmed that it is producing an active cursor?
  • I'm not aware of any changes and have never seen a popup fail from version to version. TBH, I have never passed in the select statement into the dummy popup record. I think I just perform the select myself in code and rely upon the popup to work wit…
  • VSRPINTER2 means it is trying to use OIPI.Net, VSPRINTER means OIPI Classic. It is really a matter of preference or requirements that determines which one you use. Knowing this is VSPRINTER2 is helpful because it tells us that the problem is not re…
  • Okay, then you misunderstood me. I asked if you knew how to tell what version OpenInsight is configured to use. This is a setting within OpenInsight itself, not the client setup. Open the SYSENV\CFG_OIPI record and report the contents in attribute 1.
  • Are you making an observation or a point? FWIW, that distinction is irrelevant.
  • You aren't prompted for an option. It just attempts to install both OIPI.Net and the OCX controls in the same setup. However, what really matters is how your OpenInsight is configured. Do you know how to tell what version of OIPI your system is atte…
  • Kevin explained this better than me, but I was going to suggest something along the same lines. Rather than use the ClientSetup.exe, which might obscure the real problem, try registering VSPRINT7.OCX and VSPDF.OCX manually (remember to "Run as admin…
  • Usually because they didn't run "As Administrator" first.
  • Sweet! Yes, we have encouraged people to roll out their own implementation of a multi-select feature with the SRP EditTable, but few are willing to put in the effort to make it work. I'm pleased to hear that you found a way.
  • Correct, the SRP EditTable does not support multi-select.
  • In general, it appears you've done what is required. Are you sure your URLs are resolving themselves to point to OECGI3.exe and OECGI4.exe as needed? Are you using Rewrite Rules for the OECGI3.exe URLs?
  • I see. What does your registry entry for OECGI3 look like? Is RUN_OECGI_REQUEST configured in that entry?
  • Have you reviewed the server preparation list from the online docs?
  • I think Mark is seeing this error being returned from the SRP Mail Utility. I don't know if -99 is coming from the SMTP server or from within the SRPMail.dll itself. I was waiting for Kevin to respond since he knows the internal code better.
  • We are still looking into this issue but we have a better understanding of the problem. It seems that the form which launched the dialog is not getting activated when the dialog is closed, so the promoted ACTIVATED event handler does not turn F9 bac…
  • Hi Anton, We've duplicated the issue and are currently working to resolve. We'll respond ASAP when we have a solution.
  • Ah...okay. So you have returned control back to the original form, which I assume is an MDI child. F9 doesn't work but F8 does. Do you have a save button in the ribbon control? Does it work?
  • Hello Anton. I believe what you are reporting is that the normal save key (F9) isn't working while the DatePicker dialog is displayed. Correct? I'll comment further assuming that this is the issue you are dealing with and perhaps offer some thoughts…
  • Is that what you would suggest, even for larger amounts of data? Yes, this is what I would suggest but I really don't know how you intend to use this so I can't impose strict standards. However, when you look at examples of how JSON is typically u…
  • Matt - I'm excited to see you using and enjoying SRP_JSON. This has been a valuable part of our web services product (SRP HTTP Framework) but I have also been migrating a lot of non-web utilities to use JSON as well. I am just finding that wrapping …