DCBROWSE COLOR determine record with highlight bar
Posted: Tue Aug 31, 2010 8:10 am
I have a DCBROWSE ... COLOR command that works fine. However, I would like to have a different color array combination for the record that is displayed as the current selected record.
color1, etc. is a FG/BG color array as defined in the dcbrowse help
For example
iif (condition .and. not selected record,color1, color2) otherwise iif(condition and selected record,color3,color4))
I need to know if it is possible to know for purpose of the color display, when it is on the selected line because my color1/color2 does not show up as well against the blue line selected bar.
This is a database browse.
Cliff.
color1, etc. is a FG/BG color array as defined in the dcbrowse help
For example
iif (condition .and. not selected record,color1, color2) otherwise iif(condition and selected record,color3,color4))
I need to know if it is possible to know for purpose of the color display, when it is on the selected line because my color1/color2 does not show up as well against the blue line selected bar.
This is a database browse.
Cliff.