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
-
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…
-
One more tidbit that might spark an idea in those smarter than I. If I base64 encode the body of the request, the whole thing (or at least it appears to be the whole thing) makes it. Something about sending the raw binary data is terminating the pr…
-
Well @josh, you'll be happy to hear I got Wireshark to work. Now it's just a case of deciphering what the results are telling me. When I send using Postman, a whole lot of stuff is happening. When I send out of OI, it looks like only one packet is…
-
Same non result with wireshark. I'm sure there's a way to configure it to pick up what I'm sending because I have used wireshark for that purpose before. I'm just a little reluctant to use wireshark because I remember two things. 1. It was, let's sa…
-
I was using application/octet-stream and text files worked. I thought that might have been the problem but changing it to something more specific for the the other files like "image/png" for a png didn't change the result. Upon recommendation, I've…
-
Definitely my backyard so my problem to fix. The other guys have arranged to leave a copy of the file they receive on a server I can access. More testing reveals they aren't receiving the correct file so there's an issue with the send. If I send any…
-
No. The png worked using postman but didn't via SendHTTPRequest. I've since tried replicating the same headers that Postman created just in case there was something in that but no luck.
-
Fair point and bugger! It worked with a png. More testing on my end I guess
-
They did but they wrote it specifically for this purpose so it hasn't been "proven" as yet. Initially, it was rejecting as a bad request. This turned out to be because of the content-type header. They corrected their documentation. I corrected the c…
-
I'm thinking the real issue might be that the srputilities.dll didn't get updated so now your utilities source is out of sync with the actual dll. Find that file and verify it is the latest copy. The precompiler issue is just how you identified the …
-
and now I see F12 == Ctrl + Shift + G. I'll stick with the F12 I think. Thanks for the tips Don.
-
F12 occupies the top of my short list. Now that I know about it I can see that knocking Ctrl+T out of the number one spot. It is a feature I use extensively but via right click. Plus I never thought to use it for jumping to the label and always mo…
-
Ctrl+T :) My favourite shortcut.
-
Beauty. Thanks. Well whilst I didn't try to extract them, GetFileList knew what I had added and the zip file was of the right size to indicate they were there, just Windows couldn't read them. Googling indicated that other people have had similar e…