In a dialog, I'm using two xBrowse's. I'm using oLbxd:nMarqueeStyle := MARQSTYLE_HIGHLROW
This works fine if only one browse is used in a dialog, but when two are used, the browse that is not in focus changes the highlighted row to a black text on very dark highlight bar, and the data is not readable. Of course when I select that browse and put it in focus, I can select that browse and the highlight bar will then be readable, but the alternate one is no longer readable.
What data element needs to be added to my code to change the color for a highlight bar in a browse that is not in focus ?
Thanks.