May 30, 2002 #1 elibb Programmer Oct 22, 2001 335 MX hi.. is there a way to make the backcolor of a datagrid cell different to the rest of the grid?? thank You Eli
hi.. is there a way to make the backcolor of a datagrid cell different to the rest of the grid?? thank You Eli
May 30, 2002 #2 Rowland Programmer Oct 14, 2000 11 US Hi Eli, Try this FlxGrd.CellBackColor = vbYellow FlxGrd is the grid name property. vbYellow (or any other) will set the back color. HTH Rowland Upvote 0 Downvote
Hi Eli, Try this FlxGrd.CellBackColor = vbYellow FlxGrd is the grid name property. vbYellow (or any other) will set the back color. HTH Rowland
May 30, 2002 #3 Rowland Programmer Oct 14, 2000 11 US oops, sorry the previous post works in the MSFlexGrid. Rowland Upvote 0 Downvote
May 31, 2002 Thread starter #4 elibb Programmer Oct 22, 2001 335 MX mmm isnt there a way to do the same but in a datagrid??? thank You Eli Upvote 0 Downvote
May 31, 2002 #5 IFELSETHEN Programmer May 1, 2002 221 US TrueDBGrid: Create a new Style with the color that you want. Set the cell Style to your new Style. John Upvote 0 Downvote
TrueDBGrid: Create a new Style with the color that you want. Set the cell Style to your new Style. John
May 31, 2002 Thread starter #6 elibb Programmer Oct 22, 2001 335 MX IFELSETHEN: how do i do that? could You give me an example?? i didnt find the style property on the grid... thank you very much Eli Upvote 0 Downvote
IFELSETHEN: how do i do that? could You give me an example?? i didnt find the style property on the grid... thank you very much Eli