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

Comments

  • 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…
  • For reference, I have just upgraded and tested and all successful. Thanks Kev.
  • That's the offending image this time. Here's some more easily reproducible symptoms. Sequence 1 * I removed the picture control from the form. * Saved the form. * Closed the form designer. * Run the form. Sequence 2 * Open the form…
  • I created a new form and put just the key and description editlines and the picture control and added just the create and read events and then saved it with the same name as the original form, overwriting it. It works as expected. Oddly, I had tried…
  • Bumping because it's been brought up by the client again. This time I've identified an even closer comparison. Same application. Same Image. Different windows only. The initialisation of the control is the same because it's a generic function. Debug…