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,155
- Last Active
- Roles
- Member
Comments
-
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.
-
This has cropped up again for the same client, basically because we never really got to the bottom of it. This time I got a copy of the image they were using. It's a jpeg if that makes any difference. Here's a new element for the melting pot of pos…
-
Hey Don, No, not recently. They're not exposed so I can't get to them anyway. That's the point I need to prove before they'll open a port for me. I can probably get there now I just needed to reinforce my understanding before pushing the point.
-
within the JavaScript app on edgecreations.com.au as indicated by the # I was wondering what that was for. The EdgeRESTServices request is actually more familiar to me only because that's the type of request I had noticed being called during testi…
-
Thanks Don. That's pretty much what I was thinking though the person from whom the question came works in this area as a matter of course and for me it's more of an add on so I wondered what I was missing. I see very little difference. TheirsOur e…
-
If ever in doubt, you can try this site https://www.isitdownrightnow.com/ and just enter the url you're unsure about into here
-
@BarryStevens not really no. Though I would if I found the right tool with the smallest learning curve. :) I had intended to ask the same question you did but just hadn't got around to it yet. Probably because I would get unnecessarily distracted fo…