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,053
- Last Active
- Roles
- Member
Comments
-
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
-
I assumed the above was stored in a registry setting somewhere so I went hunting it down. I thought I had found it but the entries didn't match what I was seeing in the editor, including the favourites. I assume that means I am looking in the wrong …
-
Hey Barry, I haven't used that approach either. Do you know off hand what it actually validates, that is, does it validate that the email address is indeed a valid email address or does it validate that the string complies with specific characteris…
-
If you use the array property when your data is in list format or vice versa, the table will still populate, just that the data will end up in the wrong place. Basically what you were expecting to be columns will be rows and what you were expecting …
-
Don interpreted my suggestion correctly. Michael, yes try using LIST to see how it pans out. My suggestion was that whilst you were populating the ARRAY format, your data may have been in LIST format. If that's the case, you can either * use th…
-
Is your array really a list perhaps? You could use srp_rotate_array to swap it or build it differently in the first place so that your fms and vms are in the opposite places to what they are now
-
I suspect that the only way to prevent this is to ensure you have the necessary number of columns pre-defined in design mode, whether that be the exact number or more than the number required. Rows are fine but columns won't get created at runtime.
-
-
Funny how your pair of eyes saw the same thing my pair of eyes saw yesterday and then overlooked this morning when I went to fix it. This morning my head went back to "Mod()", oh that means the bit after the decimal point
-
I haven't done it myself but your question got me curious. Curious to the point where I think I might start implementing it. A quick google and the first place to pop up was emailhippo https://www.emailhippo.com/en-us/verify-email-address/api/a Th…
-
No worries. The work around works. Just for clarification, the font parameter in the itemlist correctly has the svm's. All other occurrences are 61692
-
Ignore line 2 because I had inserted a new 'rectangle' before taking the screenshot but you can see in lines 1 and 3, the rectangle value looks like one big number but it aint really. The vms and fms are as normal.
-
By all means, play on. I always do but for what it's worth the reporttable will sum and total for you including sub totals where you group
-
I too have tried this sort of thing before and for similar reasons. I play. I experiment. I get excited. I get frustrated. I get excited again. In the end I almost always come to the realisation that I was really looking for a reporttable and in hal…
-
I have experienced this as well though never spent the time trying to nail down the sequence of events that caused it. Note to self. Always save a new record/procedure before opening anything else.
-
I thought it would be pushing the boundaries to suggest such a thing even though it's my most common error. Glad it's sorted.
-
That code looks ok to me. Did you figure this out?
-
I'm just going to leave this here... https://wiki.srpcs.com/display/SubclassControl/OptionButton https://wiki.srpcs.com/display/SubclassControl/OptionImage