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,124
- Last Active
- Roles
- Member
Comments
-
Just out of curiosity, which version of OI10? For me OI10.2.4
-
I have done some testing and it appears to be a bug in OI10 where you DO NEED the DBID
-
As an experiment try: Call Attach_Table(Dir_Name, "", "", "") and also doing: loop through the Table_Names and attach individually Note: Ensure that Table_Names are @fm delimited If that works, then report the issue in the Rev Issue tracker.
-
Could the DataBase name be diferent from the app you are in. Try attaching via the dataBase manager in the IDE and see if you get a response
-
I am sure that the event has to conform to the event it's self params per: CLOSE(ctrlentID, ctrlclassID, cancelflag) it must be referinfering to your @fm string
-
No idea what Super Strings are, so, chatgpt says: In OpenInsight SuperStrings, a period (.) is treated as a wildcard/special character, so to match a literal period you escape it with a backslash: "\." Example: ss = "file\.txt" This matches the lit…
-
I found this in the forum where Carl's responses may help you: https://revelation.com/revweb/oecgi4p.php/O4W_RUN_FORM?INQID=WORKS_READ&SUMMARY=1&KEY=19491.36924%2A6EB8D0A90470D24991678304619B9C4F#/section/breadcrumb/UPDATETABLE/Display
-
is $CreateCompatibleBitmap* in SYSOBJ if not you may need to do Declare_FCNS
-
Sorry, but you need someone more expert from here on to chip in!!
-
Bit out of my league here, but, do I remember something about being 'registered/compiled' Hey - Are the .dlls in the OI10 folder.
-
I assume they have unique names that wont clash with any OI10 ones (Dont know too much about structures) btw: I think the migration should have copied them - but did you get a 'please review' errors for them in the error log (Just saw that in the do…
-
In OI9 create APPROW entries in your app for the struct records you want to migrate Create a repository view with those approws Then in OI10 do:
-
Kevin, thank you so much for your effort. Getting too old to learn how to put this stuff together. Dont get me started on Bob Carten's AI 'teaching' hints 😜
-
Are you willing to provide a newer installer script as the one I have still has srputil in it.
-
First, I copy the EXE and RDK files into $PLUGINSDIR, then I call the exe like this: FileWrite $0 '"$PLUGINSDIR\SRPInstallRdk64.exe" -a $OI_APP -u $OI_USERNAME -p $OI_PASSWORD "$PLUGINSDIR\RDK"$\r$\n' Can you expand on this a bit more? - where ;…
-
Is the 32/64 versions related to OI, PC or NSIS versions
-
Ah, yes of course.
-
Sorry to butt in, but isn't there a method of spinning up 4 engines and for them to stay and not swap out. So thefore I assume there IDs will stay the same.
-
deleted
-
[deleted]
-
US date format is showing for Australia. Is there anyway you can change that.
-
clarification: occurs all versions
-
@KevinFournier I sent you an email with the source code that creates the form so that you can check to see if everything is done in the right sequence, even though the code - created by Chris Meyer & Mark Boorman - (so I might be able to answer…
-
a further further update to 'result issue 2. removing this code avoids the blue section bit. ClientSize = Get_Property(@Window, "CLIENTSIZE") StatusBarSize = Get_Property(@Window:".OLE_STATUS", "SIZE") Size = "" Size<1> = 0 Size&…
-
a further update to 'Result issue 2:' if i remove the auto run of the invoice_hours form, I still get the blue section at the top and the only way i can get rid of it is to click on the top right restore button, running and closing a form does not …
-
Ok, testing results: BTW forgot to tell you I am running 10.2.4 (update - tried with 10,2,3 same results) The flashing is fixed. BUT 2 issues that were fixed in v4.2.6.8 have come back. here is the code change where the ole.MDISIZE was not beein…
-
Thank you I will test and report back
-
Summary to-date The flasher: When you select a menu item where the form’s visible property is set as 'normal' , then when it is then run from mdi_child the mdi client area resizes to the top of the monitor showing the form and then sizes back to …
-
Hopefully I can explain an issue with this upgrade. A form's design visible property is set as 'normal' , then when it is then run from mdi_child the mdi client area resizes to the top of the monitor showing the form and then sizes back to normal…
-
Ooops, sorry