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

BarryStevens

About

Username
BarryStevens
Joined
Visits
2,134
Last Active
Roles
Member

Comments

  • Wow, that is fast. DIM DA(10000) DAx ='' for x = 1 to 10000 Dax =x Next x matparse DAx into DA N = DCOUNT(DAx, @FM) FOR I = N TO 2 STEP -1 J = INT(RND(I)) + 1 TEMP = DA(I) DA(I) = DA(J) DA(J) = TEMP NEXT I DAx = matunparse(DA)
  • DA = "ONE":@FM:"TWO":@FM:"THREE":@FM:"FOUR":@FM:"FIVE" N = DCOUNT(DA, @FM) FOR I = N TO 2 STEP -1 J = INT(RND(I)) + 1 TEMP = FIELD(DA, @FM, I) DA = FIELDSTORE(DA, @FM, I, 1, FIELD(DA, @FM, J)) DA = FIELDSTORE(DA, @FM, J, …
  • IMHO oengine may have had to be restarted when you first recompiled the changed code as the original would still be in the cache. So you may have already restarted it manually or rebooted for the changed compiled code to kick in.
  • RTP16 is an xlate if that is of any help. If you compile your source procs in the srp editor, ensure you have these (in Settings) set i.e. unset any 'ignores' compile and then look for any vnav issues.
  • What version of OI are you using
  • FYI: Yep, can get same error here. Open link in new window:
    in DowNload Comment by BarryStevens July 22
  • Ah, sorry, I thought it was new blog you just created. It is now in my Evernote - because I am old and would not remember what to search for 🤣
    in Icon Comment by BarryStevens July 16
  • @DonBakke Should I be able to see this: https://blog.srpcs.com/the-future-is-now-advanced-support-for-images/ just by going to here: https://blog.srpcs.com/
    in Icon Comment by BarryStevens July 16
  • Hi Jim. Are you in OI9 or OI10?
    in Icon Comment by BarryStevens July 16
  • Wow, so cool OI10 easy change (properties)
    in Icon Comment by BarryStevens July 16
  • in Icon Comment by BarryStevens July 15
  • srp ole picture resized to min width (no image) (Well for me anyway) - They could be using the ribbon control, but, just noticed the picture result is similar
    in Icon Comment by BarryStevens July 15
  • ... or Buffer or Bloody confusing!!!
  • Cool. the B probably stands for [B]lock
  • Hang on, why OSBREAD and not OSREAD. I would assume that OSBREAD would do some sort of string thingy (my tech term 🤣)
  • If OI10, then you should not have a 64k limit issue. But store as a seperate record, not in a field in case binary values create field markers (IMHO)
  • CLAUDE says this: In OpenInsight, "DLL locking" issues usually show up in two different flavors — worth covering both since the fix differs: **1. Windows file-locking on externally called DLLs (CALLDLL/LOADDLL)** When Basic+ code calls `CALLDLL` …
  • Web search reveals that Microsoft Graph REST API is to be used. I would then assume that the mapixxxx stuff was pulled from OI10 as it is not really supported or encouraged by MSoft.
  • 3.4.12 ocx:- Is this going to be posted as an official release, or are you still working on other updates?
    in $DEBUG Comment by BarryStevens June 24
  • Thanks - Confirmed
    in $DEBUG Comment by BarryStevens June 3
  • 👍 Just in case anyone is looking at this and scratching their head over the $debug, then this is for you. Ignore the Openisight 11 heading (which I have an issue with), it is for OI10 https://revdevx.com/2024/12/05/debug-the-safer-alternative-to-deb…
    in $DEBUG Comment by BarryStevens May 29
  • FYI: 6th November for your benefit 😜
    in $DEBUG Comment by BarryStevens May 29
  • Yes
    in $DEBUG Comment by BarryStevens May 29
  • 3.4.11.0
    in $DEBUG Comment by BarryStevens May 29
  • 👍
  • Ok, one more hint (sorry, just a me thing), so that you dont have to maintain a list of table names if you create more and also be a catchall change Call Attach_Table(Dir_Name, Table_Names, "", "") to Call Attach_Table(Dir_Name, "", "", "") ;* defa…
  • Maybe detach_volume would be a better catchall https://revelation.wiki/doku.php?id=guides:programming:programmers_reference_manual:detach_volume
  • when you say you oscopycopy the rev files, does that include the revmedia, if so, then maybe if you use Rename_Volume after the copies then that may work. I dont see any OI10 do for it but it is in OI10 object
  • Depends if the NEW location was originally a copy of the OLD location. If so, then I would say that is the issue but you should have get an 404 error in Status and @file_error
  • Jim, you said you did not get a status error which in my case was 404. So your volume names ARE different?