Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
AusMarkB
About
- Username
- AusMarkB
- Joined
- Visits
- 3,054
- Last Active
- Roles
- Member
Comments
-
Thanks for the thoughts. The request should take seconds at most. The error message is being returned once the cgi timeout value has been reached whether I set that at two minutes or fifteen. I'm happy to entertain that it is some other error messa…
-
Hey Don, I also give preference to yours. Rarely get a response on the general forum and it appears my works subscription has expired so I can't get to the other one. The timeout is oecgi. I changed it within the cgi config of IIS. When the call…
-
You understood. Too much lostfocus handling written for years before the concept of promoted events was considered. That said, in my little box I can't see any real value in the OnComboClick event. It's kind of half the job. Sure I can use it to se…
-
Thanks Kev.
-
Hey Don, Yep, that's what I'm doing. What's the difference then I hear you ask? I can't safely implement a promoted lostfocus event so I have to duplicate the lostfocus code in each commuter. We have one routine that initialises the combos based o…
-
Colin, I suspect Don's response is probably the more accurate one in this case but nonetheless I had a similar issue a couple of years ago without the added condition of Citrix. Only occurred when the button style was XP https://forum.srpcs.com/dis…
-
Hey Kevin, Did 4.0.2 RC2 have some effect on the display of line numbers?
-
Thought it might've been. Thanks
-
Hi Kevin, Should the line breaks be displaying in routines as well?
-
Basically osread htmlfile then write to file. It works on the basis that the user can download a template, edit as they wish in some html editor and then 'import' into OI. That's how it gets inserted. If we then open the record in the editor and …
-
Just tried saving it in the old system editor and it didn't crash but it saved each line as a separate field which is not what we want.
-
-
Not sure if that will work for you but give it a go. Note that if we just copy/paste from text file, it automatically inserts as a record with many fields. This saves fine but is not what we need. The html needs to be in a single field for us to us…
-
<!DOCTYPE HTML>
Good afternoon [NAME],
Please find attached your invoice/s for week ending [WEEK_ENDING]If you have any queries please don't hesitate to contact me.
Kind R…Well the next question for me then is how do I create the logic to accommodate the ever growing complexity of the comparison? If (this = that) and ((something = somevalue) or (something else _eqc someothervalue)) into a generic parameter without lo…I was wondering when you would ask that question. I have asked myself the same one. I think to do so will end up with that service losing it's greatest advantage, that being it's generic nature. Instead, I am manipulating the result within the ser…:) Answered my own question. NewArray worked better in this scenario than remove. Am curious though under what conditions null elements within an array might be of value?Just looking to avoid this result, five "null"s before I get to real data. I had read that remove would set to null rather than remove but now I see the output, not sure that it works for me or rather the end developer. { "_embedded": { "item…Damn I was close! I was missing this line SRP_Json(Obj, "SET", "_embedded", EmbeddedObj) I didn't continue up the chain. So is there a way that I could remove the element altogether rather than returning null? I guess I could create a new array…Thanks guys. Nothing too complex. I can and have done it via an rlist and loop. I always farm selects off to generic routines (in this case http_resource_services). I was just looking to shortcut the system and avoiding the loop within my calling r…I just went with a select then loop for n myself. If there is another way then I'm all ears.Unfortunately it doesn't quite achieve the desired effect. I want to sort first then limit rather than limit then sort. That way I can use a date field and return last five for example. In other words I want to limit not randomly select.**slaps forehead**Thanks. I'll pass that suggestion on.Version 2.0.2First. Don't blame you. He looks pretty dodgy. Who wears fluorescent singlets? Second. Stand by and I'll find out. Finally, happy to suck eggs; it's the only way you find the bad ones. That said, I'm not sure of anything. I believe it works via a br…but then thought better of it. :) http://forums.devshed.com/visual-basic-programming-52/outlook365-com-sending-email-963102.htmlI thought it would be more fun to leave you guessingHey Don, Good pickup. Alas, changed but no better resultFrom postman on the server, this url http://localhost/api/employees worked which then pointed to ngrok definitely being the culprit. Until that was, I tried the same url again and accidentally passed in the exact same Authorization header twice. T…