06-25-2026 10:09 AM
06-29-2026 03:20 AM
Hi Problem,
@Problem LabVIEW wrote:
I want to make a VI with nested combo boxes, that is to say that when I click on combo box 1, I would have a dropdown menu of 'NAM1, NAM2, NAM3 ...' when I fill in for example NAM2 in this dropdown menu and I click on combo box 2, it will have the dropdown menu of combo box 2 that will make show all the ATPs of this NAM chosen previously
You describe a series of steps that you want to execute:
Defining those steps easily provides the way to create a simple state machine, with one state per step!
You could use property nodes to enable/disable controls so the user is guided where to click and select…
06-29-2026 07:14 AM
06-29-2026 07:22 AM
Hi Problem,
@Problem LabVIEW wrote:
the ideal would be that when I enter the information of the strings boxes in the upper right on the PNG file I sent and click the button to save them
@Problem LabVIEW wrote:
so that they appear in the list boxes nested.
06-29-2026 07:33 AM
To be more clear I have made another code that allows to save my CSV files by assigning the following name: NAM, ATP, Environment ... and I want this file to be found by having a drop-down menu, for example: it clicks on the list box NAM, it can have several NAM then this NAM will give other ATP files according to this NAM in question. In other words, it is dynamic, the operator fills the strings to assign the file that will save and when he wants to find it, he can go to the nested drop-down menus. I hope I have explained the problem better
06-29-2026 07:40 AM
In this code, we save in XLSX, but in the main code it is a .lvm file that we try to find. The XLSX file is simply there to test if the code works but the ideal would be that this drop-down menu works for a .lvm file
06-29-2026 08:11 AM
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.