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,874
- Last Active
- Roles
- Member
Comments
-
note to self - dont upgrade - I HATE the autocomplete
-
V2.8 : Tools->options->General 'Autocomplete' select 'Enabled - Service Metadata Only'
-
LOL
-
...or do you mean change it in the API end point service which is the one returning the json by changing it in the json.!
-
>>just do the swap in the API end point service. But it would not get the key because of the intial problem reported. The HTTP_Resource_Services would need to be changed to change the hyperlink that is created with the */~ substitution.
-
Do you have in SYSPROG the old source for Popup_Sub (1997), it builds the edittable on the fly, you might be able to work out how it does it(good luck)
-
Try @stm or @tm
-
Yep, thanks.
-
I seem to remember seeing somewhere, some code that sets the maximum a window can be resized to, so, I was wondering if you could, in a promoted create event(maybe), somehow calculate the 'visible' mdi space dimensions and set the maximise limited t…
-
Kevin, Is the format of the set_property correct? Should it not be: Set_Property(MyRibbonCtrl, "OLE.LabelText[":@Window:";MY_LABEL":"]", "Hello World!")
-
Brilliant, it worked. Still cant work out how you are supposed to know to do that. But, hey it works and saved me headaches.
-
Awsome. I will let you know the result of the testing.
-
I am having trouble getting the members of an object array, probably because I don't fully understand the terminologies yet. here is an extract of my json: "quote_type_id": "PN ADULT NSNA", "quoteitems": [ { "item_code": "0251…
-
Matt, I think the POST changed would need to be in http_resource_services
-
Matt, I would be interested in seeing that, I have had a go at the "GET" and it is working, but it was a bit hit&miss so am a bit worried about my changes breaking something. Haven't looked at the POST yet, not that confident. My email is barry@…
-
Thanks, that looks VERY helpful
-
What, you mean I have to learn stuff at my age LOL
-
Mmm, that definitely shows up me getting my head around the terminology.
-
I realise that I could pay Don to do it and charge as if I did it, but this is a bit of a grey area with the client at the moment who don't see why they should be paying any more money for this.
-
Thanks, but I would be looking for something a bit more generic. ie. dont know what the array names would be (could build from dict AMVs I guess), don't know what the field names would be, can that be dynamic or would I need to get those from the di…
-
OK, just seeing how far I can go with this. How would you use SRP_JSON to extract what was created from this output.
-
Thank you Kevin
-
Don, Yes you are right, but this was consistent in getting any json to get thru. I would like to call it a workaround, hoping on a response in my rti forum post!!
-
Mark, Might I suggest you keep an eye on any responses to my post revelation.com/o4wtrs/oecgi3.exe/O4W_RUN_FORM?INQID=WORKS_READ&KEY=D3EB4E62253992A2A96BD91A7#/section/breadcrumb/UPDATETABLE/Display
-
Mark, remove the line feeds from the post body this: { "username": "markb", "password": "pw" } should be this: { "username": "markb", "password": "pw" }
-
OK, that is now past my level of knowledge
-
So you are running as an API via a browser? Would it be able to see this: \\monkey\mediafiles\ Should not you be referencing a virtual directory name that points to this folder.
-
The task_manager call is being done thru a 'quote' api similiar tothat. I do understand what you are saying, just return the pdf record in body with application/pdf. thank you Deployed to test server, which is a terminal server that has the oi app…
-
How should it be done then?
-
i want to be able to return this in the body as JSON http://localhost/PARSONS_Documents/16333 PHONE QUOTE PQ ORTHODOX BURIAL-2.PDF looking like this: "pathtopdfdoc": "http://localhost/PARSONS_Documents/16333 PHONE QUOTE PQ ORTHODOX BURIAL-2.PDF"…