07-06-2026 04:15 AM
it's file name, the file is like NAM1_ATP5_Environnement2_FT3_Signal7_Reptopo. We'll have a drop-down menu when I click on NAM, there will be all the files with the registered NAM, as soon as we select this NAM, there will be several ATPs and so on
07-06-2026 05:35 AM
Hi Problem,
@Problem LabVIEW wrote:
Message 7 solution doesn't meet my expectations because NAMs are pre-filled and I want it to be dynamic
Please re-read message #7!
Then implement step 1 and 2…
07-07-2026 07:33 AM
Should be LV2018 now.
07-07-2026 07:47 AM
Hello, via a friend I managed to have it in version 2018, thank you, I am working on your code. I wanted to know how you were doing so that your combo box 2 depends on your combo box because the problem is that the values of the drop-down menu that offers this code are frozen data.
Thank for your help.
07-07-2026 08:26 AM
Hi Problem,
the example VI uses an INI file to define the content of "Combo box" and "combo box 2": did you provide such an INI file with some (correct) settings?
Otherwise see message #7 and mplement steps 1 and 2 to replace those INI file functions…
07-17-2026 09:37 AM
07-17-2026 10:34 AM
Here is something that works. I cleaned it up a little, but not much. You will still need to remove duplicates from the arrays of strings and turn off Allow Undefined Strings on each of the combo boxes.
Saying "Thanks that fixed it" or "Thanks that answers my question" and not giving a Kudo or Marked Solution, is like telling your waiter they did a great job and not leaving a tip. Please, tip your waiters.
07-20-2026 07:14 AM
Thank you for correcting my VI, but I wanted to know if I could have the SubVI that you use to make the code functional. Thank you for your help I'm moving forward with my project, thank you.
07-20-2026 07:20 AM
It is called Delimited String to 1D String Array and it should come installed with LabVIEW. This is all it is:
Saying "Thanks that fixed it" or "Thanks that answers my question" and not giving a Kudo or Marked Solution, is like telling your waiter they did a great job and not leaving a tip. Please, tip your waiters.
07-21-2026 09:16 AM
thanks you for the help i finished my code