LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Help - Edit cell of a multicolumn listbox at run time

Hi All,
 
I am populating rows and columns of a multicolumn listbox from a file at run time. However, after the data is loaded in the listbox I want to have the option of changing cell value.
 
Can I do that? If so, how?
 
I appreciate your time and help.
 
Thanks,
Mim
0 Kudos
Message 1 of 5
(3,480 Views)
Hi,
You have to use the property item names witch is a 2D string array.
Then replace the elements you want to change in that array and write it back to the table.
Check attachment.
Hope it helps,
Paulo
0 Kudos
Message 2 of 5
(3,474 Views)
Hi Paulo,
Thanks for replying.
 
I am on version 7.0 Express. Would it be possible for you to attach version 7.0 VI?
 
Mim
 
0 Kudos
Message 3 of 5
(3,469 Views)

Hi,

Here it is.

Paulo

0 Kudos
Message 4 of 5
(3,461 Views)

Hi Paulo,

Many thanks for your help.

Regards,

Mim

0 Kudos
Message 5 of 5
(3,450 Views)