LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

I want to programlly change column name in table of a panel

Hi everyone:
I want to programlly change column name in table of a panel, do you know the solution? which function should i use?
0 Kudos
Message 1 of 3
(3,271 Views)

If I follow your question, this should do it:

SetTableColumnAttribute (panel, ctrl, col, ATTR_USE_LABEL_TEXT, 1);
SetTableColumnAttribute (panel, ctrl, col, ATTR_LABEL_TEXT, "MyLabel");

Message 2 of 3
(3,263 Views)
Thank you lan very much! and how about i want to programlly change default index of ring in a panel?
0 Kudos
Message 3 of 3
(3,242 Views)