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
- 1,960
- Last Active
- Roles
- Member
Comments
-
@opto_will One way you could control things is make use of the [EXECUTE PROCEDURES] where you could test for and create tables as needed, set a version number where needed etc etc Edit SYSUPGRADE %PROCESS% And ADD These 4 Lines *******************…
-
You might be interested in seeing this (I knew I kept it somewhere) DK Installation Processes One of the records in the SYSUPGRADE table, %PROCESS%, contains the instructions to be used during the installation process. Instructions are placed int…
-
looking at this it should work like that: [CREATE TABLES] .\APPDATA\DATA/EMPLOYEE_SIMTRANS/GLOBAL .\APPDATA\DATA/MATERIAL_SIMTRANS/GLOBAL [COPY TABLES] .\APPDATA\DATA/DICT.EMPLOYEE_SIMTRANS/GLOBAL .\APPDATA\DATA/DICT.MATERIAL_SIMTRANS/GLOBAL Is the…
-
SRPEditor install not necessarily stable in all cases. pretty Weird. OI10 beta 2 system working SrpEditor - ReInstalled SrpEditor - SrpEditor obj error crash. reran OI10Update Beta 2, SrpEditor OK.
-
We need an OI command version of this: https://wiki.srpcs.com/display/SRPUtilities/SRP_Run_Command
-
or this RECEIVER property
-
you might need to do list_index in OI TCL to get a formated response.
-
Open the viewer then run the command
-
@DonBakke No rush, just a heads-up for you on my testing.
-
OK, update for you. If I change the VISIBLE property from hidden to normal START_MDICHILD now works for all the NDW_ forms. Behaves crap of course, so this is an OI10 issue that you will need to sort out with them, because this is as far as I can …
-
re above HTTPFrameworks forms. FYI. Not sure what is going. In OI9 we run the forms as a MDI Child, in OI10 they wont run Changed to run as window and they run.
-
Re HTTPFrameworks - compiled the NDW_.... forms but they wont run.
-
UPDATE - SrpEditor is now working in the latest 10.2 update
-
Dont know where the macros are and I am sure that is no help to me. Reinstalled both nsis and the editor to no avail. Thanks anyway.
-
Thank you. Confirmed works
-
Yep, that works, thank you. Do you have an OI10 version.?
-
Issue is now resolved. IT person fiddled around. 2 copies of OI on the server. So, not really sure what fixed the issue , maybe eliminationg the second copy or a Reboot. Nor really sure what they did do.
-
Think I might revert to the old standby and request a server reboot. So, the hex code doesn't trigger any memories?
-
We copied all the .ov & .lk files from our working copy from the OI root folder to the server one. So we would have the latest of all code. The <?> hex value is c3 bb I would be expecting this to be hex FB if the @tm was not getting 'con…
-
srp_utilities version installed is now 2.2.5.2. Doubled checked with dll properties info. So, my issue still persists.
-
Entire string is passes with @t. Just hold on a moment as I might have been given a furphy as the utilities version on the NEW server is 2.2.0.3, they must have3 looked at the OLD server. I will get back to you when I can get the newer version ins…
-
>>This definitely looks like system delimiters are not getting converted I know, but they are on our test server and my development PC, so it is not an app issue. >>How are you building the JSON in the API? srp_jsonX("rows",column.val…
-
Understand. I was being 'devil's advocate' , so, I notice you have shaken the tree.
-
@DonBakke did you get this OLE issue resolced with RTI, I see there is no comment on the issues tracking. I assume you want to avoid a 10.2 recompile install - btw; issue is also with HTTP_FRAMEWORKS forms as I assume you are well aware.
-
thanks
-
Ok, I will do the conversion myself after HTTP_Services('GetHTTPPostString')
-
Sorry, but doing a bit more investigating and now am baffled, so definitely need your help. jsonbody = HTTP_Services('GetHTTPPostString') debug I see %0A as the LF, which I believe is correct BUT jsonbody = HTTP_Services('DecodePercentString', js…
-
jsonbody = HTTP_Services('GetHTTPPostString') What actual charactor should I be seeing at this point before the 'DecodePercentString' Is it a %char
-
@donbakke Attached is a log file that has the multiline comments section in the "new_job_details" returned, with CRLF as line separator. Can I assume then this is EXACTLY what was received and you have not formatted it, because the developer says h…
-
Initialy the [] was an issue in another section that was displaying data that had [] in it. The web developer fixed that. I thought this could be the same issue, but, yes it was a red herring. Btw: I think fixing the [] caused this error as I am su…