I have a grid which has the following settings:
HighlightBackColor = 49,106,197
HighlightForeColor = 255,255,255
SelectedItemBackColor = 49,106,197
SelectedItemForeColor = 255,255,255
HighlightStyle = 2
All of the columns have these settings:
BorderStyle = 0
Margin = 0
ReadOnly = .F.
ForeColor = 0,0,0
BackColor = 255,255,255
SelectedForeColor = 255,255,255
SelectedBackColor = 49,106,197
Name = "Text1"
For a strange reason, if I don't set the Text1.SelectedBackColor = 49,106,197 programmatically, it won't show that color. I wonder whether my scx is corrupted or not.
Thank you for any help.
HighlightBackColor = 49,106,197
HighlightForeColor = 255,255,255
SelectedItemBackColor = 49,106,197
SelectedItemForeColor = 255,255,255
HighlightStyle = 2
All of the columns have these settings:
BorderStyle = 0
Margin = 0
ReadOnly = .F.
ForeColor = 0,0,0
BackColor = 255,255,255
SelectedForeColor = 255,255,255
SelectedBackColor = 49,106,197
Name = "Text1"
For a strange reason, if I don't set the Text1.SelectedBackColor = 49,106,197 programmatically, it won't show that color. I wonder whether my scx is corrupted or not.
Thank you for any help.