LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Table control in CVI 7.0

I am using the classic style table control as an indicator in CVI7.0. I see that one of my cells is always highlighted. I observed that depending on when I change my table from a hot control to indicator, I see either 1 cell or bunch of cells highlighted.

I don't want any cells to be highlighted. Is there something that I can do.

Thanks,

vishi
0 Kudos
Message 1 of 2
(2,982 Views)
Yeah, there is something you can do. Before setting the table to be an indicator, change its run state to edit mode:

SetCtrlAttribute (panel, PANEL_TABLE, ATTR_TABLE_RUN_STATE, VAL_EDIT_STATE);

That should do the trick.

Luis Gomes
NI
Message 2 of 2
(2,982 Views)