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,145
- Last Active
- Roles
- Member
Comments
-
This won't help you much @slowjams but that default messaging is one of my pet peevs with databound forms and one of the reasons I avoid using them for anything other than the simplest infrequently used forms. From my experience very little, if any …
-
No anti virus performing unnecessary scanning? I've lost track of how many times I come circling back to that.
-
Works for me with control 4.0.3. Don't remember having done anything in particular to make it so
-
Ok. That's the way I initially interpreted it but when I set the SpinRange property, it had no effect. That prompted the question in the first place. The problem however was mine. When setting the SpinRange property I used the incorrect format for …
-
so you're saying that the SpinButton and SpinRange properties are mutually exclusive such that you either * set SpinButton to true and handle the OnSpinClick event or * set SpinButton to false (or leave it as the default setting) and set the S…
-
Thanks Don. At least that means I wasn't having as dumb a moment as I thought because that's what I was doing. The question arises because the list in revmedia only contains about 80 tables inclusive of dicts and bang files but the directory contain…
-
Only by being creative with your structure in the same manner as you've done with your post, eg manually indent the items. Perhaps have a separator line between each of the branches as well
-
I guess I waffled too much. Sorry. Basically just trying to say it has nothing to do with the tab control and I thought by this so I have to click tab1 first and then click tab2 to update the content, any way to fix this problem? that you had al…
-
I'll assume that the form is a multi page form and when you refer to tab content, you are referring to the controls on the page of the form that coincides with the selected tab. If this assumption is wrong, then no need to read any further. The tab…
-
I think what Don means, is have you set the tabcount before trying to make the first one invisible?
-
Does that same code then close the dialog? Doing that with an ole button crashes more times than not.
-
-
border on the OI OLE control. Uncheck it.
-
@BarryStevens, I believe what he is saying is that he does want those with keyword 'Toy':@vm:'Blanket' because it contains 'Blanket' in which case the example remains. @slowjams, FWIW my example above would produce the same output if I'd written it…
-
Here's a similar example I just tested Supplier_code is multivalue in this table LIST WAREHOUSE_DETAILS WITH SUPPLIER_CODE = 8159 OR WITH SUPPLIER_CODE = 104 SUPPLIER_CODE
-
Have you tested that? from the TCL try LIST tablename WITH KEYWORD = "Coffee" OR WITH KEYWORD = "Blanket" KEYWORD and see what comes up. I'm pretty sure you'll get all records that have either regardless of whatever else is in the other vm position…
-
'SELECT tablename WITH KEYWORD = "Blanket" "Coffee"' It should return the records you're looking for if either of those keywords are any of the mv fields. As a side note, I tend to stack my select statements when there is multiple criteria rather …
-
For one pass through I would think the btree.extract search criteria would look something like "KEYWORD":@vm:"Blanket":@vm:"Coffee":@fm:"STATUS":@vm:"#Cancelled":@vm:"#Sold":@fm Note the keyword field is actually an "AND". It gives you everything …
-
well except for an RTF textbox :P
-
Then I think you're out of luck. I don't think there's any control that allows for mixed font/colour for the purpose you describe.
-
Hopefully the content of the text field will allow you to be a little creative. Are you aware of what is actually going to be the text as in are there a limited number of possibilities? If so, are they all similar in content? If you are aiming for …
-
@DonBakke I wrote a generic routine to initialise all my buttons years ago, I think before backvisible and iconeffects properties and have never bothered to really experiment with them. Might be worth a revisit. @KevinFournier, thanks. Both the cap…
-
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