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
-
ah yes. I took his third entry I would like to create a combo box whose drop down contains images and subconsciously combined it with his image inside combobox post to make an assumption about the colours. Of course we all know what assumptions …
-
Don, I'd never thought to use a UDC in that manner. I mean I've done what you're referring to but via a hidden control rather than a UDC. I shall keep that in mind moving forward. As for Josh's question, I think, after rereading a couple of times t…
-
I recommend subclassing It can take a little to get your head around it and it's a bit of code to set it up but if you make the effort and do so thinking generically you'll probably find yourself using it extensively
-
What he said
-
From memory, I think the changed event only gets triggered if you click on an item but not if you scroll through. I've implemented lostfocus events on subclassed editlines (out of habit now) but I think that was the reason - the changed was not a re…
-
For whatever reason I haven't updated my dev version of the utilities to keep in sync with production so yep it's an old one - 1.5.8 When I look at the live data I see it hasn't actually worked in a few years so it could have broken at any point. …
-
I modified all the "SETVALUE" commands to be the equivalent "ADDVALUE" and got the desired result. Problem solved. Mystery not.
-
What a hidden gem! Good catch all round.
-
Thanks Don. I have done this. Now it's just a waiting game till it stops working again. I'll update you if I get anything of value.
-
The emailing process is generic and writes a log to a text file. There are no logs for the periods the emails aren't being received.
-
Heat's not too bad here but I've been choking on the smoke for days
-
Don't be so hard on yourself Colin, we all know you're new to this. Heads up, watch out for elusive commas in your code as well.
-
C'mon Don, no hiding it now. We all know "Kevin" is just an alias.
-
borrow these for when you need a second pair of eyes and then these ones for when the first pair notice the missing comma
-
-
Except that Colin only has one multidimensional array and wants to reduce it to say only "UNPAVED" items or only "CIRC FOOTPATH" items? Personally I've used the loop approach but I reckon I could break for lunch while it was happening if I was deal…
-
I've also seen this consistently and can recreate it, though not necessarily on demand. I think you may need to have an item selected first and then the tooltip highlighting another item but you don't need to change apps to identify when it will ha…
-
@BarryStevens, I think you may have misunderstood or misread this that the clients IT make the ocx registration part of each users windows login script I don't do anything. The copying and registering occurs when the user logs into Windows itself…
-
@BarryStevens I strongly encourage (read nicely insist) that the clients IT make the ocx registration part of each users windows login script. This includes copying the file from a given location on the server to a local drive. That means whenever I…
-
Not sure if that's ever worked. I've posted about it before and I just retried that same code (it's been commented out for a while) with 4.1.2 and same result.
-
@igshaffer, there's no attachment with your original post
-
Looks like I must also be changing the month and year, somewhere?? because if the date is in this month it is highlighted. If previous month the shows in previous month if I arrow to it. On the money there Barry. The selected date and the displaye…
-
Worried? Nope. Curious? Always.
-
and on a local machine. Not sure if you're testing over a network.
-
but measurable.
-
I had mixed results
-
Well I'll start with the version being the problem. With multiple copies of OI on my machine, how do I know which SRP utilities is being used? Is it just whichever one is in the root directory of that OI or is it like the controls and registered som…
-
NoCols = DCount(maintContents, fm$) for colno = 1 to NoCols maintContents = srp_array("Clean", maintContents, "TrimTrailing", vm$) Next colno
-
maintContents = Get_Property(maint_table$, "ARRAY") maintContents = srp_array("Clean", maintContents, "TrimTrailing", vm$) That trims the trailing vms off just the last field only so to work around that I loop through the fields and do the same th…
-
FWIW, I've worked around this but I still feel like I'm missing something or not doing something correctly. Keen to be enlightened.