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 but column 1 is non autosized. The remaining are auto.
-
Barry, I suspect Don is right and that IIS is the culprit. I'm no IIS expert either but you could check this config on the production server
-
Sounds like my experience. With no specific requirement I just threw it in the too hard basket.
-
The RevDotNet was one of those things that I got excited about at the time but then kind of felt it never really went anywhere. I played with it briefly but couldn't get anything to really work. Caveat: It could have just been me. I didn't have any …
-
Armed with this extra info I can now make stronger recommendations
-
have you not experienced any problems with UAC I'd be lying if I said "No" but I don't generally consider them problems. Why? I've always made the distinction between my role and "I.T." So for convenience I will do the install, registration etc i…
-
BTW, registering OCX files on a network drive is not recommended. You should put all client files on the local drive of each workstation. Didn't realise this. So if I've got 40 users in a workplace, they should all get a local copy of srpcontrols.…
-
-
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.
-
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.