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

  • 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…
  • I've tried rebuilding system index to no avail.
  • I realise this means that the sysrepos record outlined in the error message is missing but I don't understand why or how to get it back. More accurately what to do to return all the missing entries as I don't know what else has gone awry.
  • @bhaughn, sorry no suggestions for resolving your issue. I just popped in to say
  • @josh as it seems you are experimenting and using large data sets, it might be worth it for you to check out this little FastArray nugget provided by SRP. Only you can determine whether or not it is beneficial to you.
  • use Itemlist to initialise the tree. Use the addItems method if you want to 'add' stuff after the fact, generally due to some user interaction. The OI select is one of the biggest drawbacks of OI. Yours isn't broken. It's consistent. With all the y…
  • I might make it a control flag somewhere that can be implemented as needed on a per client basis
  • This has cropped up for me again but with a different use case. We're rolling out some work utilising the sendHttpRequest service and whilst everything worked in testing, once we hit some clients, it worked for some and not for others. The solution …
  • Revisiting this now because after adding the flush/garbagecollect statements it has had no apparent affect on the issue that needs addressing. So the problem I need solving is how to prevent the engines maxing out the machines memory. The config is …
  • @BarryStevens, Yeah, that's what I really said.
  • With my correction out there, to achieve what you're after, a "Left" aligned caption, it's just more smoke and mirrors. Use two separate controls. One label control to serve as the caption and a Divider picture control without a caption alongside it…
  • Barry, I take that back. I misread your post thinking the captions were always left and you wanted them centered. Now that I've reread and retested, nope, they're always centered. Sorry for the bum steer
  • @BarryStevens, using the picture control as dividers, separators etc is the one time I use the properties box in the form designer. Everything you need is in there and it saves adding excess code to your commuter. It's just the simplest approach. Wi…