I'm writing an ActiveX Control as a Grid, using MSFlexGrid, and I need to show some status character in different color beside the value in the same cell, for example
Cell1: M250
Cell2: 250 L
maybe your " status character" should be in their own column columns, seperate from the other value ...
If there is some logic to the status value, some pattern or position or delimiter, which obviously there is, then you can easily parse out the status values from the rest.
Another thing that you can do is use the DataRepeater control. This control is designed for just this sort of need. You create your own activeX control using text boxes, labels, whatever, such that your control is a single line item in your database. You then put it into the datarepeater control and it will create instances of your created control, one for each line in the underlying database. This gives you pretty much absolute control over the appearance of the line.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.