07-02-2010 11:56 AM
I have a problem with the Labwindows 2009
I want to set a table with two columns, each with a different type.
I need a numeric column and a string column.
The problem is that in the editing menu of the table I can not configure each one of a kind.
If I configure the type of the first column as Numeric, the latter automatically becomes equal.
Can someone help me?
Solved! Go to Solution.
07-02-2010 01:30 PM
Hi,
did you check the various samples provided with CVI? For example, colview should be quite useful for your case; it provides different column types.
07-05-2010 02:47 AM
Hello,
You can create the table, and then select the group of cells you would like to modify. Once they are selected, press "Edit Cell Group..."
In the new screen you can config the selected cells to take the data type you prefer.
That should work.
Best regards.
07-05-2010 03:35 AM
Thanks for answering.
Already tried the two solutions, but I do not get results.
My problem is when editing columns. When I edit the type of a column, all such change. I can not edit the type of each column independently.
I need a column is of numeric type and a string.
In my table I have no cells. I introduce the rows that need with code.
07-05-2010 06:06 AM
The people of NI support have confirmed to me that what I want to do in the 2009 version can not be done.
The way to do so would create a column and set it with the type you want. Then delete and re-create and so on for each column you need.