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,030
- Last Active
- Roles
- Member
Comments
-
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
-
I told Kevin to always left justify text controls
-
May I ask why does the tab control have to make those changes. Could it made a global option.
-
Equ Tab$ To \09\ Equ wdFormatText to -4158 ReadCount=0 WriteCount=0 PhoneCount=0 Stopped=0 SkipCount=0 err=null$ CallCentreInputFile=Field(AllFiles,@rm,1) If not( dir(CallCentreInputFile)<1> gt 0 ) Then Msg(@Window,"Call…
-
Don, you are onto something there. IMHO the @vm are associated to each @vm in fld1 (Is that amv) Therefore this would make more sence FLD = {EXPDATE_IT1} convert @svm to '|' In FLD @ANS = FLD
-
try converting @vm to "|" to at least see what data is being produced FLD = {EXPDATE_IT1} swap @svm With \0D0A\ In FLD convert @vm to '|' In FLD @ANS = FLD