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

  • I think Don's suggestion of the round icon is probably your best bet. I've done similar and just used the style office XP toolbar. I leave the backvisible on as it provides the handy visual cues for the user that it is in fact a button and not just …
  • This can prevent resizing but not moving SRP_Set_MinMaxInfo
  • I don't think there's anything explicit but you may be able to simulate something using the onMouseEnter event and perhaps the bordercolors property or something
  • and I just checked my version of the dll and it's 2.0.2 RC5 so I reckon you'll be good once the rdkinstall is done
    in SRP Crash Comment by AusMarkB July 2018
  • Colin, do an rdkinstall of the rev files. That'll probably fix it.
    in SRP Crash Comment by AusMarkB July 2018
  • Only here but I'm not sure what version that is. I received a copy as an email as part of some other correspondence. https://products.srpcs.com/srp-utilities/
    in SRP Crash Comment by AusMarkB July 2018
  • Not exactly. I think that's more an SRP correspondence question. Did you do an update of the dll recently? I didn't do any debugging to find the cause of the issue because it went away straight after updating the utilities code. To me, the sequence…
    in SRP Crash Comment by AusMarkB July 2018
  • I got that message yesterday myself after updating to the latest dll. Then I did the rdk of the latest utilities and the message went away.
    in SRP Crash Comment by AusMarkB July 2018
  • Don't they say zealousy's a curse?
  • I'm not aware of any means to achieve the actual effect in your image. I think the best bet you have is to experiment with the cellcolors and related properties. It won't place an editfield within your cell but you should be able to distinguish betw…
  • The question was about header “columns” though?
  • I do get notifications for new threads and updates to threads I've contributed to. Either I didn't realise you could get notifications for updates to threads you haven't contributed to or I turned it off some time ago for some reason. I'll go check …
  • I find it curious that you need more than one. I generally need either just the one or none at all but I'm really just commenting so I get notified when there's a response cause my curiosity has been sparked. :)
  • Thanks Don, I considered setting the UseAsynchronous flag to false so it would skip that loop. Now that I know the actual consequences of that, I'll stick to the default. Would I be correct to assume then, that if the timeout kicks in, there will t…
  • Wasn't my question but thanks for answering Kev. I almost got distracted experimenting with it myself and
  • I think Don's suggestion is probably the simplest. Here's something slightly more involved that I did instead, not for the same reason, but it might work for you. Obj = OleCreateInstance("SRP.ControlInfo") SRPUtilVersion = OleCallMethod(Obj, "G…
  • Sorry, not really. I use reporttables all the time but I've only used fixedrowheight once which I assume was back when this post was started. Appears to work as advertised though. Whilst this is an unlikely fix, if I was having the anomalies you see…
    in images Comment by AusMarkB June 2018
  • Equ Dflt_ImageList$ to '.\images\rtstatus.png':@fm:31 Set_Property(CtrlEntID, 'OLE.Imagelist', Dflt_ImageList$) ; * Set the imagelist so all report tables have access to the same status icons by default If you want images within the table itse…
  • The cell works great thanks Kev and as I said, it's not a big deal, more unexpected. It would be nicer if it did take on the characteristics of the merged cell though.
  • Good point. I didn't check that. 4.0.0 I downloaded the latest RC version the other day but had the licencing messages getting in the way as per this thread vertical-scrollbar-behaving-as-auto-when-set-to-never so I rolled it back. I shall check th…
  • It was worth a shot. I've hit that same hurdle before as well. Can't suggest a solution for that one as I don't know what the ultimate end result that you want is. I assume you want to sort by date order but grouped into something bigger than indivi…
  • I'd be interested to know if you can too. The way I've handled that type of thing to date though is to add an extra column that I only use for grouping. I enter the text in that I want as the header into that column based on the contents of the othe…
  • Thanks Don. Typing the question out prompted another thought that I'm just now testing but it looks like it will work. I'm going to hide all the columns I don't want visible and just switch visibility rather than scrollpos. I'm controlling access vi…
  • and just an additional question please. What's the actual width of the scrollbar area? I want to fix the number of columns evenly in the available space. I may want to have more columns to the right of the visible space but I don't want the user to …
  • Sorry Colin, I was really just entertaining myself. Too much coffee today me thinks
  • For i = 1 to 4 Next i For i = 6 to 14 Next i
  • Well I was searching my code to figure out what I had done, thinking I had done something silly with the colours like made it white on white. Couldn't figure it out and was more baffled because it was working nicely in one screen and not another. Ca…
  • OI was still open but the editor wasn't so I'm thinking the editor closed overnight. Regardless, resetting the count to correspond to the number in the list did the trick. Easy when you know how. Thanks Kev