LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 1077 Property Node of Multicolumn Listbox

Solved!
Go to solution

Hello All,

     I've run into an issue where upon trying to grammatically change the selection mode (through a property node) of a multicolumn listbox. When I attempt to change the selection mode from "1" to "3" the program spits out error code 1077 at me. 

 

I'm guessing that this property node is probably just meant to be used as an indicator rather then a control. So, if that's the case I would be grateful to hear any suggestions.

 

Thank you 

0 Kudos
Message 1 of 2
(2,115 Views)
Solution
Accepted by topic author OJwithPulp

SelMode.png

 

At runtime, you can only change between modes that have the same datatype (scalar vs. array)

Message 2 of 2
(2,097 Views)