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,146
Last Active
Roles
Member

Comments

  • Sorry Barry, I may have added to the confusion with the inclusion of the HREF stuff in my other post. It wasn't relevant to the topic at hand, it just happened to be within the code segment that I copied and pasted and I didn't remove it before pos…
  • Clarification first. There's no guarantee I'm doing it "properly" either. It's just the approach I took. Here's some examples of why and how Get me a list of clients api/clients Give me the details about a specific client api/clients/{clientid} G…
  • Sorry Don, jumped in on you there but I think we're saying the same thing. Barry, I'm with Don on the format of the url being unexpected though. I don't know what 1633P or 123 represents but as Don says, coming into the service, NextSegment would b…
  • I think "foolproof" is dependent on what else you might decide to do later. I have taken a similar approach though If Index(RemainingURL, '/', 1) then RemainingURL = Field(RemainingURL, '/', 2, 99) NextSegment = RemainingURL[1, '/'] …
  • Hey Barry, In the 1 menu setup, (other than for testing of this scenario) will window 1 and window 2 ever have the same record opened? In other words, will you as an individual user be updating the same record in two instances of the same window? I…
  • In the specific end point API code that calls HTTP_Resource_Services, get the Body using the GetHTTPPostString service, modify the content as required, and save this value back using HTTPPostString as the name in the Memory_Services SetValue service…
  • Ok thanks. Was just thinking (crossing fingers really) that it might inadvertently contribute to the resolution of the terminal server crashing issues. It did resolve some crashing on desktops. Perhaps ts is just a more frequent occurrence of the s…
  • My two cents. I found the same thing and did as Don suggests here and modified http_resource_services to always return the id though I added it to getDatabaseItems. I second his other suggestion as well that for more complex requests it may be bett…
  • Hey Don, I did notice this unlikely occurrence. When I originally asked the question it was prompted by the thought this may become a requirement in the future considering it is becoming the de-facto authentication protocol by just about everybody…
  • Oh now I get it.... I had a two digit year in one date and a four digit year in the other
  • You and me both. For some reason something like this SELECT ROSTER_TIMECARD WITH ROSTER_DATE BETWEEN "15/01/17" AND "22/01/2017" AND WITH CUSTOMER EQ "EBL" "EBL-PERM" "EBL-KNOWLES15" "EBL-KNOWLES17" "EBL-KNOWLES19" "EBL-KNOWLES23" "EBL-PERM" "EBL-BO…
  • Case Closed
  • Extremely happy to report that after much head banging I got to the bottom of this one. Had nothing to specifically to do with HTTP or btree.extract. Sorry to report that the culprit was srp_stopwatch and my creative use of meaningful stopwatch nam…
  • Thinking I may have tweaked things enough I ran the process again. Got the same windows crash error. This time I looked at the more detail section. It says this which from what I can gather is telling me much the same as the debugger messages, in …
  • Thanks Gentlemen, Don, I will work through your suggestions today and see where it gets me. Matt, there is a reason but at the moment I can't remember what it was. I suspect that it had to do with the fact that the routine that actually builds the …
  • Gotcha. Didn't help. Crashes before executing anything that might display an error. I think it's just a furfy anyway. Turns out sometimes I get this instead.. and other times this...
  • change option to?
  • Thanks Matt. I've downloaded it. I'll have to schedule some time to play.
  • Hey Matt, I'm afraid I can't be much help with your question but I am curious about your use of ImageMagick. Is this the only site where you're using this or do you use it with greater reliability in other places. I have a need to create thumbnail…
  • Yes. completely separate. Two different controls: DirectConnect and Schedule Both have server properties that connect them to an instance of the sync server but they are properties of the controls themselves, not the sync server. Rely on the docum…
  • Disregard. Found it. It's "contains" not "containing". Works wonderfully
  • Food for thought, thanks Don. Wasn't really expecting a magic bullet. It was just kind of a reference to the fact that I assumed my selects were the problem but generally speaking 50 - 95% of each request time is spent attaching tables. Of course I…
  • I admit, it was one of those things I read about somewhere and thought, might try that some day.... Suddenly being slammed with performance complaints in http api's and ten minutes or so of implementing srp_stopwatch() throughout and I have real nu…
  • It is consistent now that I've discovered a pattern. Edittable where column 1 is of celltype button. Click the button without doing anything else. Problem is I've found other windows with a similar config and they don't have the issue. I will see …
  • Hi Don, Yep, didn't think it helped much. Was kind of hoping it might be a case of "oh that old chestnut" Has happened repeatedly this morning. If I try and debug, doesn't happen. The only extra I can add is I think it is only when the click of t…
  • To ease the urgency, it did happen more than once but I can't replicate on demand. I was also already late in heading home so I just packed up and left. Have come back in this morning and it hasn't occurred again. If it does, I'll look a little clo…
  • 4.0.3 RC11 9.4
  • Disregard my last Don. I updated my editor and found the close buttons. That said, now that I see them I realise it's not the first time I've seen them so sometime recently I must have inadvertently rolled my editor back a version or two. Strange I…
  • Well you're not missing anything. It works with that build. I was using 4.0.3 RC2 and the update to RC11 resolved it. The horizontal scroll bar is now visible and tooltips appear with or without fullrowselect on. Don, I'm curious now. Which close …