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,875
- Last Active
- Roles
- Member
Comments
-
tried POST, same hang problem, which is actually in the httpclient_services @ line 170 (could be out with my debugs) = If UseAsynchronous then........ Timeout value was 1800 changed to hardcoded 100 to exit quicker. on the loop exit got to here: li…
-
Paul, did UseXMLHTTP =No$ (agree, misunderstood the use) processing for ages, had to abort (Editor - compile and run) tried UseAsynchronous=no$ immediate with nothing in any get values I will run again with UseAsynchronous=yes$ and see if it 'r…
-
changed to: Header='' Header<-1> = "Content-Type" : @VM : "text/xml" Header<-1> = "Content-Length" : @VM : Len(Payload) Header<-1> = "operation" : @VM : "LodgeDRS" same error
-
Don, That must have been the forum formatting as this is the line: URL = "https://lifelinkuat.bdm.nsw.gov.au/lifelink/b2b/LodgeDRS.wsdl"
-
Paul, Do you think that could be an issue with the original code, even though it been working(well sort of I suppose) Here is how it is used in process_xml_soap If Header then // First transmit any header information NumHeaders = Count…
-
The crash always, without exception, happens in the form designer Is DEP disabled Is this an old form, - i.e. has the stylesheet reference been removed
-
Have you confirmed that "ClickApplyButton" appears in the dropdown at the top? This is a good way of verifying whether or not the SRP Editor sees the label at all. Kevin, Yes it does
-
OK, this works: On BranchFound GoSub OLE,Changed,Click,Create,Delete,Gotfocus,Lostfocus,DropDown,Read,Write,Vscroll This does not: case cp="APPLY_BUTTON" gosub ClickApplyButton
-
Tried installing on laptop, same problem. I see that there is a message displayed in the status bar
-
No, still no good. No biggy, must be a PC/Setup/Options thingy. The other stuff works.
-
David, I have to agree with you. I find it very confusing at times(which is not hard to do)
-
I tried it using SRP_EditTable_Manager, same result Tried changing the style. I am using 'plastic code wrap' here are my options setting for formatting
-
on the line gosub MyLabel I highlight MyLabel then F12 or right+click and select goto source and nothing happens Combobox list selection is fine. Appears to be all cases
-
Sorry, missed any advise about blog article comments
-
this is showing as my http frameworks version: 2.1.0 04/11/2016 10:15PM
-
copy of %FIELDS% sent via email
-
This is a copy/paste from what I thought was the latest code from you. Can you send me the latest you have please and I will take a relook.
-
The following code extract is supposed to loop through all the dict fields and create a list of Master fields. This was not happening for me. I see the problem in here: Until Fields GT 0 OR (FieldPos EQ 0) …
-
Sorry, the change should be this: FieldPos -= 1 Until (FieldPos EQ 0) repeat
-
I am really sorry if I am still missing something, but the only way I could get the correct result is to change this: *Until Fields GT 0 OR (FieldPos EQ 0) Until (FieldPos EQ 0) Without the change, would not it be exiting on the first field po…
-
Ok, Whoops, sorry missed this: Fields = SRP_Rotate_Array(FieldsList) Ok MY problem must be elsewhere
-
Anyway, happy to go it alone and see what happens.
-
But you changed the http_framework modules on me, so i have to. You called it retrofitting in your changes to http_users_services.
-
ooops and also Case Service _EQC '' replaced by Case RemainingURL _EQC ''
-
OK, looks like I might have gotten away with: Function HTTP_cars_Services(RemainingURL) . . Service=NextSegment Begin Case Case Len(Service)
-
Don, this is not the data I was discussing in my email, that was the live testing, just thought I had better test mine first and that is where I have found NO update is being done.
-
Here is the contents of Body
-
In my HTTP_Resource_Services in the paragraph PostDatabaseItem: there is this code. The data being posted is from postman, but I cant say if it is formatted correctly or not. The is data in Body which equates to the fields and data that I posted. Wh…
-
Changed StartupFlags in registry for oecgi3 from 65 to 2 and debug is now working.
-
Didnt make a difference. I removed the debug, BUT, I only had to stop/start the oengine script for it to run OK again. Testing using postman. Still getting 'bad gateway when debug put in start of the http_xxxx_service. I am sure you dont need to sto…