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,938
- Last Active
- Roles
- Member
Comments
-
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…
-
Of cause not. Thanks
-
omg, completely missed it.
-
Sorry, I am being really dumb here, but how do you set the themes? I have downloaded 2.8RC3 and registered SRPUtil.ocx
-
Has this been officially released yet. The download site still shows 2.7.1?
-
*re-register
-
did you register the SRPUtil.ocx
-
Don, Will the srp edittable show highlighted rows when selected
-
Giving up on that, cant get to work - no buttons but no multiselect.
-
Ah, i think it must be ORIG_STRUCT
-
If I want to CREATE an object from an existing object with amendments, how do i get the existing control's object details.
-
Thanks
-
Sorry, I wasn't meaning to direct it to you as I know others monitor this forum too. I looked at popup_sub, it did my head in I couldn't quite see how they were removing the buttons. I will have another look and take into account the destroy. I w…
-
Sorry, I wasn't meaning to direct it to you as I know others monitor this forum too. I looked at popup_sub, it did my head in I couldn't quite see how they were removing the buttons. I will have another look and take into account the destroy. I w…
-
*selectlist
-
Are you using RLIST, if so , save to a sel;ectlist, then read and grab the top 5
-
Select 5 ........
-
Mark, Thank you it works a treat!
-
Don, Yes thank you.
-
Using the RTFTEXT from the editbox I CAN print using ADDTABLE without modifying the rtf data using ENABLERTF. TEXTRTF says specifically that you can including the rtf header, but, ENABLERTF did not, so, was very surprised when it worked.