DBCtrlGrid Record specific display
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I am using C++ Builder Pro to create a database program. I have a DBCtrlGrid which views several records at one time. On this grid I have various text boxes with the data from the database records displayed. I would like to write a statement where if a paticular value is > 10 the text would change to red for that specific record textbox(123Txt). when I try to do this now it changes all the viewed records text in the textbox(123Txt) to red. Is it possible to change just one panels txt using this DBCtrlGrid?:confused: Any thoughts would be great. Debs