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

  • Easy to forget. It was ages, ages, ages ago.
  • Colin, Does the ole control have an OI border? That is, is the border property checked in the form designer?
  • Yes the full URL containing the reference to oecgi4.exe is spot on. No I hadn't. Confusion explained. I pass the credentials .... when I'm testing with Postman. Perhaps better to say, the API code check the header for the credentials for every call…
  • I too suspected the rewrite rule might be playing havoc till I read the entire error message. It includes the resolved address and it is correct. 1. Not sure what you're getting at here? I'm writing the API's so am telling the third party what's re…
  • True I don't know for sure what the web app developer is passing in but the symptoms were the same. Fresh pair of eyes? Yep. Have had some others looking today and that's how we ended up getting back to working but with me doubting the resolution. …
  • Hey Don, Thanks for monitoring and clarifying. 1. Yes network users though personally neither makes any sense to me. If a network user doesn't have full control how can they post some requests and not others? 2. Yes Postman's feature of preserving…
  • Actually looks like that one was a true red herring but I'm hesitant to say more till I see more.
  • Gotta admit. Looks great guys. I especially love the 'default' theme
  • he he he he he themed favourites. :)
  • Just tried the login request on the server again (as opposed to my local machine) and this time got this response 1Login failed-3101 Does that turn any lightbulbs on for anyone?
  • Dave, I don't know about you but my Windows 10 switches its theme on its own on a regular basis. From working to BSOD. and timezones... so I wear a watch to verify that the clock on my laptop is correct except that I charge my watch by plugging it…
  • Don, would asking the editor to fix my bugs and optimise my code be considered a feature? did I type that out loud?
  • Will the next release apply the theme to the favourites pane? scope creep? what's that?
  • :) Just trying to keep you guys on your toes. I'll change to one of the existing themes now. which I would have done originally if I noticed the Theme dropdown before I manually changed every element. *slaps forehead*
  • How do I change the cursor/selected text colour? I created a style and the background colour of everything is black. Now I can't see where my cursor is or if I've got anything selected.
  • Hey Don, Sorry for not being clear enough previously though I suspect it may have also had something to do with you really needing to be sleeping rather than trying to solve my problems. :) That's correct. When it doesn't work, it doesn't get thro…
  • Don, thanks again for your input and suggestions. It is both a mobile and web app. Depends on the user and the feature. The web is like an extended version. I'm doing the OI API's and a third party mobile app developer is doing the front end so I'm…
  • Thanks for the thoughts. The request should take seconds at most. The error message is being returned once the cgi timeout value has been reached whether I set that at two minutes or fifteen. I'm happy to entertain that it is some other error messa…
  • Hey Don, I also give preference to yours. Rarely get a response on the general forum and it appears my works subscription has expired so I can't get to the other one. The timeout is oecgi. I changed it within the cgi config of IIS. When the call…
  • You understood. Too much lostfocus handling written for years before the concept of promoted events was considered. That said, in my little box I can't see any real value in the OnComboClick event. It's kind of half the job. Sure I can use it to se…
  • Hey Don, Yep, that's what I'm doing. What's the difference then I hear you ask? I can't safely implement a promoted lostfocus event so I have to duplicate the lostfocus code in each commuter. We have one routine that initialises the combos based o…
  • Colin, I suspect Don's response is probably the more accurate one in this case but nonetheless I had a similar issue a couple of years ago without the added condition of Citrix. Only occurred when the button style was XP https://forum.srpcs.com/dis…
  • Hey Kevin, Did 4.0.2 RC2 have some effect on the display of line numbers?
  • Thought it might've been. Thanks
  • Hi Kevin, Should the line breaks be displaying in routines as well?
  • Basically osread htmlfile then write to file. It works on the basis that the user can download a template, edit as they wish in some html editor and then 'import' into OI. That's how it gets inserted. If we then open the record in the editor and …
  • Just tried saving it in the old system editor and it didn't crash but it saved each line as a separate field which is not what we want.
  • Not sure if that will work for you but give it a go. Note that if we just copy/paste from text file, it automatically inserts as a record with many fields. This saves fine but is not what we need. The html needs to be in a single field for us to us…