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
-
Mark, If you could dig out the final working code, when you have time, that would be great.
-
Thanks mark.
-
Actually there are no property values showing for the control name: OLECONTROL_1 text: RICHTEXT.RichtextCtrl
-
>>The first is to enable RTF mode with the edit box control But there is no formatting options, and, help says rtfmode for display only >>The other is to use an ActiveX control that supports formatted text tried RICHTEXT.RichtextCtrl as…
-
....the new symbolic fields are the ones you use as your search fields.
-
Create indexed symbolic(s) of the indexed field(s) and if 'discontinued' return null else value
-
Awesome!
-
I have always used the 'Justification Length field' I believe, the 'data type'ing is only relevant for external database connections.
-
if using IDX_SETS2, then have the PCS that you are comparing results on, run the the same and latest ClientSetup.exe (I believe you should remove the existing .net components and idxsets first [check documentation as to what and how])
-
>> meaning the values returned, whilst correct, are not necessarily aligned with the correct name Is that happening or you assuming it will. Appears to be OK here (I see what you mean in the code, though)
-
Mark, Try api/* in 'Pattern' Using: Wildcards
-
OK.
-
Anton, Do you have 'Authorization' in your Postman request header?
-
Thank you, duly noted.
-
obviously nothing better to do with my time . . . MyServices=xlate("SYSENV","SRP_HTTP_FRAMEWORK_SETUP",7,"X") locate NextSegment in MyServices setting NextSegmentPos else NextSegmentPos=False$ end Begin Case Case RemainingURL _EQC '' …
-
..sorry, 3 areas
-
When you started to mention the SRP framework setup, I was expecting to see a @vm list in there where you enter the names of the services to avoid having to remember which ssp to change and to change in 2 areas. :)
-
Don, Not sure if I have missed this, but should not there be a mention somewhere that the services that are created need to be added in the code for HTTP_Entry_Point_Services.
-
Brilliant!
-
Ah, the cell height. Changed to 16 and it works. Windows OS=Win10 Cell Height=14 Font=Tahoma, 8, 400 thank you
-
CustomerId= HTTP_Services('GetQueryField', 'customer')
-
www.myapplication.com/api/invoices/1234?customer=5678
-
did you double check that the socket server script has the right and same path to your OI Application that you are expecting?
-
I have installed into another base development system, which I will use if a similar job comes up. Still in a client test environment. Not me delaying golive, the web front has not been completed satisfactorily yet. The big worry is GoLIve and I wi…
-
Not changin' nuffin. If it ain't broke don't fix it
-
What is Realm?
-
MarkB, dont forget there are 3 places in HTTP_Entry_Point_Services that you need to put the name of your service . . Case Service _EQC 'customers' . . HREFNames := 'customers':@fm . . HREFURIs := SelfURL : '/customers' :…
-
>> APIURL$ = xlate("HTTP_CONFIGURATION_FILE",1,1,"X") where the record is: http://localhost/api << This had nothing to do with code problems, just testing on different servers where the address were different so it was more convenient …
-
Don, I had to do this in http_service_setup APIURL$ = xlate("HTTP_CONFIGURATION_FILE",1,1,"X") where the record is: http://localhost/api log record in <2> shows: /funeral/16279P when I do: http://localhost/api/funeral/16279P I had to…