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

Comments

  • @opto_will coincidentally, I was sent an email this morning to act as a second pair of eyes on that exact thing; double object as a result of addValueArray. Having not used it myself, I hadn't seen that but that's twice mentioned within a couple of …
  • yet had I seen your comment @DonBakke, before clicking Post Comment, I probably would have back pedaled and not bothered. You must type faster than me.
  • I'd suggest trying their newish option AddValueArray I haven't tried it yet myself but basically it would be something like this Result = SRP_Json(jobHandle, "New", "ARRAY") SRP_Json(jobHandle, "AddValueArray", ListUnDelivered, ",") SRP_JSON(ROOTHA…
  • @josh, not sure if you picked up on Don's reference to F3/F4? F3 for Next F4 for Previous. Agreed, the dialog doesn't stay open but you don't need it to if you're just looking for the next occurrence of the same string.
  • Is it not working at all or have you typed something in and then the assistant button does nothing?
  • I ask because you can't successfully call dialog boxes from other dialog boxes and a popup is just a dialog box with another name.
  • Is the form you're calling from a dialog_box?
  • Aha, a local, relatively speaking. Close enough to share the same seasons, far enough way for your premier to lock us out :)
  • Legend? Must be true. The shirt I'm currently wearing says so. This was an easy answer for me because it was still a bit raw :) Found the checkbox checked just before I posted the similar question within the last couple of weeks. I'm in Sydney, Au…
  • That one got me too. Thought I had screwed up the install. Found it as a checkbox in the options screen that for some reason was checked.
  • @DonBakke, yes asynchronous @KevinFournier, thanks I'll look into it.
  • Yeah, that's basically what I told the IT guys who were suggesting I take that approach but I was silently hoping I was just ignorant of the possibilities. As for what the users are doing, there's no real consistency. While working through it yeste…
  • Any suggestions on anything I can do to try and catch any exceptions without grinding 80 odd users to a halt?
  • The SRP controls are copied locally and registered as part of the user login script so it's definitely the former. For the Revelation one's I'm assuming you're referring to the clientsetup in which case it is run upon setting up a new PC though now …
  • I knew I liked you for a reason Kev
  • Of course, the flip side is, starting an engine in response to a request is slower than responding with an idle engine
  • Hhhmmm, ok. Make it a space character?
  • I believe so. The clear method clears the table's data. CellImage and CellPrompt are different properties. To clear them you need to set the respective properties to null. It's extra work, but only two lines. Set_Property(grd_orders$, "OLE.CellProm…
  • The eserver.cfg file has an Idle timeout parameter. It's a representation in minutes of how long the engine should sit idle before shutting down. Depending on the amount of activity on the website, this may help you with having a "fresh" engine. ht…
  • Now Kev, I feel this is an occasion where a fix is going to be more problematic than the issue itself. When not all themes displayed as they should, it allowed me to quickly eliminate themes I wouldn't be interested in. It reduced my options. If th…
  • I may be oversimplifying it but I'd start with something like this fileLocation = "whereverTheS3BucketSaysItIs" downloaded = HTTPClient_Services('SendHTTPRequest', 'GET', fileLocation) StatusCode = HTTPClient_Services('GetResponseStatus…
  • What? You can't read that Barry? Maybe @Opto_Will can recommend his optometrist?
  • Is that just because you then don't need to update your glasses for a while longer?
  • 1. Colleagues are weird in general I find. 2. Always a good thing to be conscious of :) 3. You know now I'm going to try plastic wrap
  • I'm currently using Deep Black in both Editors shown above and those themes are identical so it's just some themes that vary. No big deal for me unless I had a sudden urge to switch to Solarized Light or something. I don't.
  • Windows 10 Home vs Windows Server 2016. On this occasion no it's not safe to assume that Don only because I've recently updated locally and haven't got around to doing it at the customer sites. I was hesitant to post the examples because of that bu…
  • I've found the themes don't necessarily remain consistent from one version of the editor to another and the quickest resolution I found was to simply choose a different theme. There's probably a real answer but I didn't pursue it. But I also think t…