Datagrid - format a row
Hi,
I am looking to highlight one or more rows on a datagrid in a VB6 application.
The grid is populated from an ADO data control and includes a date column. I would like the row of the datagrid to be highlighted in red font if the date of the record is earlier than the current day.
I am presuming I need to scroll through the recordset and add the record to the selected bookmarks property and then in the datagrid set the font for the selected bookmarks to be red. My problem is that I cannot determine the correct syntax to alter the display format within the Datagrid.
Any suggestions?
Jerry.
|