Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

Opto_Will

About

Username
Opto_Will
Joined
Visits
1,667
Last Active
Roles
Member

Comments

  • Not 100% Don. I had tried a few different ports but I will pose the question.
  • ;-) Yes. This was a new install (on an client's exsiting server) for us so no previous OI install. The reason I am running in debug mode was because the service refused to start. I get that it is a very similar message but all other instances I…
  • Thanks Don. I keep saying you're the best! :)
  • Then the existing line, which would remain, Swap 'MM/DD/YY' with Oconv(Date(), 'D2/') in APIProcedure would surely cater for their format mask? Wouldn't change the standard template, just the localised one. e.g. SYSENV*SRP_HTTP_FRAMEWORK_TEMPLATE_A…
  • Don, Excuse me while I finish eating my crow.... Service_Setup did exist but was missing something you added early 2017. I assumed that meant there wasn't a updated version in the deploy. That did strike me as strange I admit. That wouldn't be …
  • @FrankTomeo, Can we get our hands on that slightly later Frameworks version even though it is not related to this? As I noted above, we do actually have some issues with Favs in the 16.2.3.1 version.....
  • I have removed the localised FW_MAIN altogether to ensure we were utilising the Frameworks version. I had my fingers crossed but that didnt make a difference :(
  • Frank, Actually we wouldn't mind getting our hands on those favorites fixes! We haven't deployed the 16.3.2 anywehere as it was for internal testing but we did notice some oddities with favs/open windows that I havent had a chance to note here. M…
  • Thanks Frank.
  • Don/Kevin Sorry gents, this went on the backburner for a few days. I used Don's suggestion of the single Qualifier and managed to get the hover appearing as I want in all window instances with the WINMSG on the control. I now just have to work ou…
  • Evening Don. Sorry, distracted with a meeting. Limited to this one form. I am about to try your recommendation Kevin.
  • On the form's CREATE Equ WM_MOUSEFIRST$ to 512 ; //'0x0200' - mouse on the control for the first time Equ WM_MOUSELAST$ to 522 ; //'0x0209' - mouse on the control for the last time (leaving) /* * Qualify Mouse On and Mouse Off events for t…
  • Ahh. Yep. Makes sense now. Thanks All :)
  • Thank you gentlemen. I quickly tried both. @DonBakke, your solution worked out of the box, @AusMarkB, your solution certainly got rid of the quotes but seemed to double up on the square brackets (i.e. double object). I didn't bother to investig…
  • Cool shirt. Appropriate. Yep. Mind you it kept the in-laws to your neck of the woods so not all bad that ;-)
  • :) Clearly thats a sign.... I just can't believe I put up with it so long before asking the question! Well, thank you kindly from Brisbane!
  • Hahaha!! How easy was that? I knew it would be something simple. It is a little embarrassing that I missed that! No Idea why that was even ticked. You, Sir, are a Legend! Whereabouts are you located @AusMarkB?
  • @DonBakke Got the Gmail. Seems the business account is causing grief again :( Thanks Don.
  • @DonBakke Could you please resend the link?
  • @FrankTomeo That was definately helpful. Got me past the step I was missing to something I could work with. Eventually got in. As it turns out it was ADMIN/admin....
  • @DonBakke. I cant seem to see the link. Where did you send it? Maybe I am trying to go in via the wrong entry point? I start OI, File-Open Application and choose FRAMEWORKS. The UserName (at least) is uppercase only...
  • @DonBakke, This isn't for our Pristine Env so no need to look at our customisations there just yet. This is just for my stock standard Env. I would like to upgade our standard deploy from 16.0.16 to something a bit more up to date. No need for …
  • Obviously you are right. (Now that I have checked several clients going back to 3.0.1) ;-) I thought it did. No idea why I thought that. My bad.
  • Quick Update. I haven't been able to replicate it on my local yet but have on some other RDP sessions. If it is RDP related, as you suggest, I still dont understand what triggered this to start happening. However, I have noticed on my local, that…
  • Understood. Let me see what I can break!!!
  • OK. I will see what I can find with a local copy. I am not sure what has changed. I don't control the clients but I control our Testbox and there were no Windows or OI updates, only the most recent Editor install (and associated Utilities obviou…
  • Correct. Connected by remote desktop to a couple of clients, as well as our Testbox in house (also RDP)
  • Kevin, I am sure I tried the import/export options and it didnt help me. However, the I just threw the new version onsite and that did the trick! Thanks for that. AusMarkB, Dont pretend like you haven't already done that ;-)
  • Don, The 3PL actually has some very good docs for their API (both Postman and Swagger) but not so much on their S3 bucket. The link they return (via a authenticated request) is self-signed and short expiry (and unencrypted). The ResponseHeaderFie…
  • Mark, Thanks for the tip! I didn't realise I could do that although, upon reflection, I can't think of a reason why I thought that. Maybe I just didn't think hard enough. I will give it a go. Cheers.