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,888
- Last Active
- Roles
- Member
Comments
-
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…
-
>>the [] characters were on the first line of the value. only one line so no LineFeed >>Do you think this was a red herring on your part? No, definately \0A\ in the string when multilined
-
Yes, it does have a linefeed \0A\ this fixed the issue: jsonbody = HTTP_Services('DecodePercentString', jsonbody) swap \0D0A\ with '\r\n' in jsonbody swap \0A\ with '\r\n' in jsonbody
-
A web developer is creating the json and I am getting it via a POST api (httpFrameworks)
-
I will do swap \0A\ with '\r\n' in MyJsonString Then I assume I will have to convert it back or will the parse do that?
-
Ah, so the json should not have been returned to me like that. So, I will have to convert at my end. Can you tell me what the swap/convert command should look like please. I assume I can apply it to the full HTTPPostString
-
From the HTTP log: <29> HTTPPostString : {"new_job_details":["swwws wswsssws swwss[222] swsws"],"long":"150.8278272","lat":"-34.4915968","date":"15/09/2022","end_time":"09:00AM","employee":[184],"job_completed_response":"No"}
-
yes
-
Great, and I just posted in the beta forum re backup from 10.1 restore to 10.2 causes the issue with my app.
-
I take it you are referring to a form you designed? Yes Do you perchance have any OLE controls on this form? No. Still run_event
-
FYI. If I do an app backup and then restore into a fresh copy of 10.2 and then start my menu form I get the object code is invalid message. Resave the form. Start again ok until I select a from from the menu!!!
-
@donbakke my events for forms appear to be working ex 10.1 upgrade to 10.2
-
It runs but after selecting tools->options, then issues
-
Cool, no rush
-
I think, if you add the following to the %PROCESS% record it might do the trick. Files are checked with @tables and will be created if dont exist. [CREATE TABLES] volume/filename/dbid . . volume/filename/dbid
-
@opto_will Does this work for you. HyperLink = '{\rtf1\ansi\ansicpg1252\deff0\nouicompat\deflang3081{\fonttbl{\f0\fnil\fcharset0 Calibri;}}' HyperLink :='{\colortbl ;\red0\green0\blue255;}' HyperLink :='{\*\generator Riched20 10.0.19041}\viewk…