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,048
- Last Active
- Roles
- Member
Comments
-
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…
-
No change.
-
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…
-
Installed it and is it just me or does it seem to close faster than it used to? I notice that the OFL list in the registry doesn't seem to remove closed routines; changes the DEFAULT value correctly but the list remains the same so if I reopen a rou…
-
Cool. I'll install it now and check it out.
-
Thanks @barrystevens. I'll check it out.
-
@BarryStevens, at the time we integrated with fingerprint scanners (and other personal identification tools) the "identifying" component was part and parcel of the hardware and the hardware was usually predetermined by the customer before we were en…
-
Many years ago so I suspect modern scanners probably work differently now.
-
Nope. Not a function of dialog_box(). You must have something else at play.
-
Thought it sounded familiar but also thought I was up to date on my builds. Obviously not.
-
@KevinFournier, you must type faster
-
I think Don's on the money with the columnlist suggestion but fwiw, the reporttable Autopopulate property serves a similar function to the redraw property on other controls
-
The Azure component is managed by the client's IT firm. We asked for a means of uploading files to it. They provided the API. We work with the tools we're given. It's simple and allows us to specify a timeframe after which the files will be deleted …
-
Unless I'm mistaken, Base64 can only work if the end recipient has a means of decoding it? That's not the case here. What our client wants is to send copies of files to their client based on a report. As their could be any number of files, even zipp…