11-26-2009 12:08 AM
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.
Solved! Go to Solution.
11-26-2009 12:35 AM
Hi,
Do you want something like this?
Regards
Shrek
11-26-2009 06:41 AM
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.
11-26-2009 09:34 PM
Yes Shrek, Rod this is the problem am facing.
Thanks a lot it works fine now .
11-26-2009 09:46 PM
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
11-26-2009 10:03 PM
All,
Message 3 of 5 is the actual solution, unknowingly marked 5 of 5.
Thanks,
Arvinth
11-27-2009 07:07 AM
Hi Arvinth,
You could always "unmark" the post marked as the solution, then set the correct one
....and clicking on the Kudos star is always welcome
Rod.