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,982
- Last Active
- Roles
- Member
Comments
-
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"…
-
If I needed to send the virtual path in the body with the title(not sure of the buzzword) being pathtopdfdoc, how do I do that.
-
Sorry, too many things at once, I meant body
-
I just text edit the PDF file and saw the %PDF, do I leave out the decode and just send the record?
-
this on the first line of the header: <1u�](n?歊��jׅQtӎ4�p4�}�
-
I also left in: HTTP_Services("SetResponseHeaderField", 'pathtopdfdoc',PathToPdfDoc)
-
I have taskmanager and the creation of the PDF all working.!!! With the SetResponseBody: If I leave out the ContentType the content type shows as Content-Type →text/html and the body contains what would appear to be only binary data(which is good)…
-
Awesome, thanks Definitely would not have worked that out.