LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

The label of a table

Hi.

In my project I use a table witch appends data from a file. After appending the data into the table the label of the table changes into the path of the file that I used. I need my label to remain unchanged. How can I do this?

Thanks.
0 Kudos
Message 1 of 2
(2,829 Views)
What is your table? A CVI table control? An Excel spreadsheet or SQL table opened using ActiveX?
What label are you talking about?
What functions do you use to append data from a file to the table?
A CVI table control has no direct connection to the file from which you read the data. Its label does not change automatically, but it can be changed by SetCtrlAttribute().
Message 2 of 2
(2,822 Views)