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
404
Last Active
Roles
Member

Comments

  • I can attach the files in the original location but not the copied ones. Bizzare maybe it's the location in the Windows %Temp% directory. Let me experiment.
  • Following also does not work Subroutine Test_Jim(Null) Gosub Get_Table_Names Call Detach_Table(Table_Names) Dir_Name = "C:\Users\jimva\AppData\Local\Temp\TACTIC_BUFFER\1" Num_Tables = FieldCount(Table_Names, @FM) For x = 1 To Num_Tables Call A…
  • I tried: Call Attach_Table(Dir_Name, Table_Names, "W_TACTIC", "") It still didn't work.
  • Get_Status() returned 1.
  • 10.2.4
  • I will see what happens if I do the tables individually. And with a null parameter. Thanks for the suggestions, it helps a lot.
  • Btw this code that doesn't work in OI10 works fine in OI9.4
  • I agree they should be the exact same thing, but one works and the other does not. One is all RBasic, the other all in database manager.
  • I can remove the old volume and add the new one via database manager.
  • Not using UD. The files are originaly attached in c:\oi10\data\base\ and show up in the tool panel database as tables. All the following is done in RBasic. I then deatch the files. They no longer show up in tool panel database. Copy them to a new…
  • 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.