LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Comboxbox in runtime,already have L case data not able enter same data in U case

Solved!
Go to solution

Combox Box is used to enter data in run time. "Allow Undefined Strings" option enabled.

Enter a data: "Abcde", it is stored to the list.

Enter another data: "ABcde" labview takes this data as "Abcde", its not recognizing the case sensitive characters.

 

Any suggestions or solutions to over come this problem.

0 Kudos
Message 1 of 7
(3,238 Views)

Hi,

 

Do you want something like this?

 

Regards

 

Shrek

0 Kudos
Message 2 of 7
(3,231 Views)
Solution
Accepted by topic author Mr.7

shrekt's reply illustrates the problem...

 

The solution is to make a property node on the combo box, select CaseSensitivePopup, and set it to true.

 

Rod.

 

Message 3 of 7
(3,217 Views)

Yes Shrek, Rod this is the problem am facing.

 

Thanks a lot it works fine now Smiley Happy.

0 Kudos
Message 4 of 7
(3,203 Views)

Shrek,

 

The problem is the same but its in runtime entry of items, instead of adding items by "edit items"(static).

 

Setting the property node to TRUE solves the issue.

 

Regards,

Arvinth

0 Kudos
Message 5 of 7
(3,202 Views)

All,

 

Message 3 of 5 is the actual solution, unknowingly marked 5 of 5.

 

Thanks,

 

Arvinth

0 Kudos
Message 6 of 7
(3,184 Views)

Hi Arvinth,

 

You could always "unmark" the post marked as the solution, then set the correct one Smiley Wink

 

....and clicking on the Kudos star is always welcome Smiley Wink

 

Rod.

 

0 Kudos
Message 7 of 7
(3,165 Views)