In NT7, is it possible to show more than one line in a browse column?
For instance, I have a column in which I would like to show the Customer Name in bold, the underneath that, the category in italics. In the browse procedure, column property, I place in the 'Display' field:
'<strong>' & CUS:Name & '</strong><br /><em>' & CUS:Category & '</em>'
It shows me the customer name bolded, but not the second line.
I even have a graphic in column 1 which makes the row heights much taller than one line, but still no show.
What is the trick to achieving this?
Thanks,
Devan