Is it possible to highlight certain items in a list box? Is it even
possible to highlight items in a list box?
The list box is populated through a procedure. Upon update I would
like items that meet a certain criteria to be highlighted.
Thanks in advance.
vegathena@gmail.com - 09 Nov 2007 20:59 GMT
By highlighting I mean changing the color of the item(s) in the list
box, not selecting the item as when a user clicks on it.
Thanks.
Dale Fye - 11 Nov 2007 02:10 GMT
I think Stephen Lebans has something on his site that allows you to do this.
Check out http://www.lebans.com/
He has some pretty cool stuff on there.
> By highlighting I mean changing the color of the item(s) in the list
> box, not selecting the item as when a user clicks on it.
>
> Thanks.
Peter Hibbs - 11 Nov 2007 09:26 GMT
A Flex Grid Control will probably do what you want. Have a look at -
http://www.rogersaccesslibrary.com/Otherdownload.asp?SampleName='Flex%20Grid%20D
emo.mdb'
for some examples.
Peter Hibbs.
>Is it possible to highlight certain items in a list box? Is it even
>possible to highlight items in a list box?
>The list box is populated through a procedure. Upon update I would
>like items that meet a certain criteria to be highlighted.
>
>Thanks in advance.
vegathena@gmail.com - 17 Nov 2007 01:31 GMT
Thank you very much for your replies!