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,095
- Last Active
- Roles
- Member
Comments
-
I'm currently using 4.2.6.8 and this issue has raised its head again. I'm not sure where it snuck back in. We just noticed it in a new form being created where the columns are mostly single digit values. May have been there all along and we didn't h…
-
-
We're doing the same. We won't have 25 customers needing the facility. Just one asking for it. Others will no doubt jump on board once we have something, but not 25.
-
Hhhmmmm, I forgot that I've already got something that probably fits the bill with a couple of tweaks. Don't mind me. Nothing to see here.
-
Code verifier for Xero API's Generating a code verifier and code challenge The first thing your app must do before starting an authorization request is generate a “code verifier”. A code verifier is a random string between 43 and 128 characters lo…
-
SRP Editor
-
Roger that. I'll cross fingers and toes next time.
-
Alas, the taborder change had no positive impact.
-
@DonBakke no custompaneColor tweaks. I'd forgotten that option existed. Moving the mouse doesn't make a difference either. @Opto_Will thanks for sharing that. It is helpful to know that someone else has seen the same behaviour. @KevinFournier I'm ha…
-
OI only
-
I can't' say definitively but it would be an unexpected oversight if it hadn't. There are no other symptoms of anything either which strongly suggests all is good on that front. The issue was first reported a month ago, so I'd expect either of those…
-
For me it seems to be enabled at all times, for favourites or otherwise and regardless of edited status That said, when I inadvertently save a locked record, this popped up.
-
Disregard. The caveat was the engineServer version.
-
-
This seems to work better now. Still some colouring tweaks required as it only seems to colour correctly after a compile. Opening a routine that has a super string throws out the colouring for all lines after the super string. A compile recolours co…
-
-
I recall the conversation. I wasn't experiencing the issue at the time, so I just let it slide and thought it had been addressed. I have no reference to the layoutchildcontrol method in the app, so I guess everyone let it slide. :D
-
I just installed the latest and brought my controls up to date as well. I was using an older version of srpcontrols.ocx. I now have the same symptoms Chris just reported The statusbar is the app's mdi, not the editor. The two may or may not be rel…
-
If I manually add a utilities.dll that I believe should work, my about details show me this, so, clearly I'm missing something in ten. Where is the editor Version drawn from?
-
Do you still have the srputilities.dll in your root folder? Mine worked fine for OI9 but when I installed it to an OI10 folder, the utilities dll was deleted but not replaced. For me that means I don't get to test the super string because I fail upo…
-
That was my thoughts and pretty much my only approach when I get there. That said, he's a long-term user and it's not a new PC, so I'd expect more symptoms more often if it hadn't. I still plan to run it myself for my own peace of mind.
-
However, but you'll have similar limitations in the header and you will not have the ability to hide it and style a row as an enhanced header. True. Here's a couple of methods I've used to achieve that goal. Just needs a touch of real estate outsid…
-
Looking at the data, and I may be off base here, but I get the sense that there may not be a need to actually edit this data. Not in this table at least. If that's the case, I'd consider using the reporttable instead of the edittable just for the be…
-
I don't believe so. It's the same as header rows, so it's text, hyperlink or flashing text. What you would need to do is hide the header column and style the first data column to mimic the desired header column appearance/functionality.
-
Hhhmmm, the plot thickens. Now that you've given me the lead, I see that it's %AppData%\Roaming\SRP\SRP Editor, so I'll assume that's what you meant. The text in that folder is definitely consistent with what I'm seeing in the Editor. What confuse…
-
Everything except the auto text settings are in the registry at Computer\HKEY_CURRENT_USER\SOFTWARE\SRP\SRPEditor. And may I ask where I would find the auto text? I haven't required the auto text for a while and I went to use it today and my optio…
-
Even though it’s faster in OI 9, we can do better Love it!
-
I also wonder if this might be beneficial in both cases SRP FastArray In theory that would enable you to run just one set of code and not an if 9 else scenario
-
So that would appear to not be the problem, but it may be indicative. If setting the itemlist is fractionally slower in 10 than in 9 yet is still the faster approach in 10, perhaps itemdata is also fractionally slower in 10 and you're seeing a compo…