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,048
- Last Active
- Roles
- Member
Comments
-
@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…
-
Hi Josh, The error is not specific to Visual FoxPro. The key here is more the "connectivity" point. The pc may have network connectivity issues or antivirus may be interfering with a particular file that OI is trying to access. Given that it refere…
-
The timer event works a treat. I've been ignoring that issue for so long. On occasion the debugger pops up with that error message but it's inconsistent and infrequent and generally only with the same window whereas I close pretty much every window…
-
Nope. Only promoted event is the ole event that this qualifies to. And I step that through and it all just goes through relatively harmless and then bings once we're done.
-
NoParamsToPass = 10 ; // Max Qualifier = '' If eventoff then // Want to turn processing off for this event Qualifier = false$ end else Qualifier<1> = 1 Qualifier<2> = NoParamsToPass:wwa_star$:@appid<1>:wwa_…
-
1. I can't speak definitively to this. I have a couple of instances where I do something along these lines but from memory I'm not totally sure what makes it work and what may be superfluous because I thought I needed it at the time. 2. The disadvan…
-
You and your sensible rebuttals. A use case I didn't consider. Probably because I've only ever had one instance where I've been required to do something along those lines and I used the tree control to do it. That worked for me but now I can see th…
-
Having used it extensively, I'd second the recommendation to use SetForm over AddCtrls. With monitor sizes and resolutions these days, I think AddCtrls adds limited value. If you need to use a panel to fit more controls on the form, you've probably…
-
-
Good suggestion. I have though just got an updated copy of the original source files and everything seems to be there this time. I must have just screwed up the original copy/paste somehow. Hopefully crisis averted.
-
Often when I "sync" systems I copy the lks and ovs in the root directory from one to another. I suspect this was the timing but it's still confusing as both systems should have been virtually identical and indeed most of it worked. I mean if I had a…
-