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,146
Last Active
Roles
Member

Comments

  • Familiar with the RC and with being caught out by not having the latest version so I downloaded the latest from the product site before making the original post. Took me from RC11 to RC25
  • version 4.0.3 RC25 Calendars = "" Calendars<-1> = "PERSONAL":@VM:"Personal" Calendars<-1> = "WORK":@VM:"Work" Set_Property(Calendar$, "OLE.CalendarList", Calendars) Labels = "" Labels<-1> = "Personal":@VM:"Blue L=70"…
  • Years of practice and a willingness to live in a state of delusion
  • Could you just not label them like "Available Person 5"? I can do anything Don.
  • So you don't show the tree? Or is there a way to 'hide' unused entities in the tree as well? I've been assuming perhaps incorrectly that when we're talking about hiding entities we're referring to unchecking the entitychecked property which hides th…
  • Has merit. Doesn't fit this case. May well fit for other customers but not for the one that's going to foot the bill. Assume John, Suzy and the other 300 are equally qualified. They're not but they could be for the job required. We have a location…
  • That's helpful info Kevin. You don't really think it's going to deter me though do you? I've toyed with the schedule control on a few occasions over the last n years but have never been able to find an approach that seemed workable no matter how muc…
  • With the simplest representation, people. It's a casual labour force of which potentially any one person could work at any number of locations on any given day. I was thinking of having the locations as groups and the individuals as entities but in …
  • Thanks Kevin, I'm still trying to determine how to best represent the data but even in the simplest form there's still a great potential for changing well, mostly adding of entities. Creating all the entities in advance is not really an option in m…
  • Well you were right; you can't obtain it in a property but...
  • Yes. Integrating with Geckoboard
  • But it's the same event? Second parameter tells you it's a right versus a left. Third tells you the column. Or are you right clicking somewhere else?
  • Third parameter of the OnItemClick?
  • Actually, in the meantime I had posted a question on the dev forum for the service I was trying to request. I got a "just curious but why are you trying to use that method instead of this new one?" which sounded remarkably similar to Is there a rea…
  • Whaddya know? The SendHTTPRequest service works a treat.
  • Don that would be because that would appear to be the easy way and who wants to do that? Oh and I was too lazy to keep up with your HTTPFramework updates and forgot that the clientservices existed even though I had read about it some time ago.
  • I've added these lines after the send Response = SRP_COM(objXMLHTTP, "GET", "responseBody") Responsetxt = SRP_COM(objXMLHTTP, "GET", "responseText") RespStat = SRP_COM(objXMLHTTP, "GET", "status") RespStatTxt = SRP_COM(objXMLHTTP, "GET", …
  • I'd also be wondering if a web developer would be looking for a message, especially with a status of 200. I know in our case, I had to tell the web guy which specific codes to be on the lookout for if they needed to do something different. Otherwise…
  • Use ComboRowData You'll have to decide which is the most appropriate event for your needs though.
    in Combo Comment by AusMarkB April 2017
  • The packaging it up as JSON is the magic factor that will make all the difference. I am following a similar concept but I didn't think to use JSON as the message, probably because at the time I wasn't familiar enough with it. I simply made a string …
  • I see it was an obviously I glossed over (perhaps glazed over) it as well while attempting to understand the actual scenario. As I said, I haven't implemented the two directconnect controls as yet, nor do I have any immediate plans to but I think wh…
  • multiple SRP DirectConnect controls in the same instance of OI can cause OI to crash Important little note right there. I don't have this scenario at the moment but I had coded for the possibility. Now I know not to try and implement it.
  • Always happy to hear any and all suggestions. Never know what might trigger what. The web entry/edit form exists and is working. The layout of that form was based on an existing word document. The content had no direct relevance or purpose in the e…
  • Maybe not overly pretty but it is a web based replacement for what is currently a formal document. The screenshot is the proof of concept while I figure out whether to go that route. The remainder of the document is somewhat more complicated so I fi…
  • I'm curious to hear if this holds true consistently. Some time ago I developed a habit of a work around for dialog boxes for this very reason. I place an invisible OI button on the form. The OI button has a click event that triggers the close. When …
  • Bingo! Office2010Blue. So whenever I display a message to the user I could be changing the appearance of other controls. Might customise the popup myself then.
  • Because I only just noticed something, I'm guessing the popup control is included in this list?
  • Colin, I haven't used the drag n drop in OI so effectively speaking without knowing here but when does the "DRAGDROP" event fire? Does that happen when the text is dropped into the editline? I've too often found myself in loops when relying on the …
    in Drag/Drop Comment by AusMarkB March 2017
  • Wondering if the new tree control that will accept drag n drop emails may also support text data? Is this still happening? Is it on the backburner? Has it been shelved? Am I being annoying yet?
    in Drag/Drop Comment by AusMarkB March 2017