Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

jimvaughan

About

Username
jimvaughan
Joined
Visits
351
Last Active
Roles
Member

Comments

  • I figured it all out, yes you need to compile any migrated dll prototype records. However OI 10 has a bunch already setup, including one for GDI and it includes CreateCompatibleBitmap. However it is aliased so I need to modify my code to use msWin_…
  • Thanks that is helpful.
  • No it is not. Does anyone know if the migration process copies all dll prototype records and does the Declare_Fcns? Or do have to manualy do this? I do it mnually if need be, I just want to ensure I am not missing anything.
  • I spelt the fn call above wrong i's correct in my code, but doesn't work.
  • Hmm, this one is actually part of the WinAPI.
  • OK let me give that a try, thank you.
    in Struct Comment by jimvaughan April 22
  • Custom. Ones I have created. Does OI 9.4 have some out of the box ones which do not excist in 10?
    in Struct Comment by jimvaughan April 22
  • Don, Yes I figured it out, you need to be in the app you are trying to migrate.
  • Incredible. Let me experiment. Thanks for the help.
    in Excel Comment by jimvaughan October 2025
  • Thank you, Don and Barry. I think i can do what I want with Barry's code. We already have code that reads from a csv file, this will allow me to reuse that code (it has all kinds of error checking bulit in) by simply writing the Excel data to i…
    in Excel Comment by jimvaughan October 2025
  • Thanks Don, the request came from a co-worker (Andy), let me talk to him.
    in Excel Comment by jimvaughan October 2025
  • Thanks for the help, that did the trick.
  • Thank you, let me try that.
  • OK, I have removed the rule and I will see if anything I am doing is accessing the internet. Maybe a DLL or something we use does. Thanks for the feedback.
  • We do not access the internet with the standard product, we do for some applications. No, I want to know does OI access the internet. I use Malware bytes Windows Firewall Control. When I first installed it, I let it run for a few days allowing e…
  • That makes sense, maybe this was never working when I started using the ribbon, I just noticed the glitch, maybe it had been there all along. Anyway, it's all good now. Thanks for the help everyone.
  • 12 years ago I had written some code that sized the mdi frame and status bar when it spread over more than one monitor. OI had a bug that incorrectly sized the mdi frame when it was on more than one monitor. I am usnure why but my code no longer wo…
  • It was working last I checked; my code has not changed and it's not working; I have updated the SRP ocx. I am using 3.4.10.0.
  • Yes, Understand, I am doing that for the two controls, see below. This was working. Old_Size = Get_Property("MAIN_TACTIC.STATUS", "SIZE") StatusSize = Get_Property("MAIN_TACTIC.STATUS", "ORIG_SIZE") Left = "0" ; // Anchor left to …
  • For some reason the original install did not update the OCX in my OI install directory, re-installing did install the correct version.
  • I re-installed and the problem is fixed.
  • The DLL in my OI install directory is version 3.4.9.1
  • Getting following error with version 3.4.10.0
  • I can confirm that it is fixed.
  • Cool, many thanks.
  • yes, it took me awhile to figure out what was going on.
  • Do the following: Open the editor with a record already open from a previous session. Then close the open record. The save button is disabled. Opening a record from favorites does not re-enable it. The save button gets disabled if I close all op…
  • ...and now it's working again. What on earth is causing this.
  • Nope closed OI, Re-opened OI and it's broken again. What on earth?
  • I rebooted and it seems to be fixed :)