LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ftp software and listbox selection

Hi,

I am wondering if someone can help me with my program.
Part of my program requires me to design some ftp software.
I need to be able to read the row which the user has selected and then when the user hits one of the main buttons (i.e. Make Dir, Rename, View, Delete) be able to act upon that file.
Therefore if the user selects Rename or delete, the program must rename the file or delete the file from the list box.  Similar to professional ftp software.
My problem is identifying the selected row and using the value effectively.


0 Kudos
Message 1 of 6
(2,847 Views)



@PReitano wrote:

Hi,



I am wondering if someone can help me with my program.

Part of my program requires me to design some ftp software.

I need to be able to read the row which the user has selected and then when the user hits one of the main buttons (i.e. Make Dir, Rename, View, Delete) be able to act upon that file.

Therefore if the user selects Rename or delete, the program must rename the file or delete the file from the list box.  Similar to professional ftp software.

My problem is identifying the selected row and using the value effectively.










You need to have the file that your code interface node loads so that way i can test to see what is wrong with your program.


p.s.. please have it apple friendly. Thanks
0 Kudos
Message 2 of 6
(2,838 Views)
This is basically a stand alone module, that will be used within the main program.
0 Kudos
Message 3 of 6
(2,836 Views)
I cannot run your program unless I have that file
0 Kudos
Message 4 of 6
(2,832 Views)
Sorry.  Hope this helps.
0 Kudos
Message 5 of 6
(2,820 Views)
Hi Preitano,

It's very easy to get the value of the for exampel the "PCfiles Listbox". It simply returns an array with the index of the selected row. Is this what you are having issues with?

Please let me know exactly what it is that is not behaving as expected, thanks.
- Philip Courtois, Thinkbot Solutions

Thinkbot Solutions
0 Kudos
Message 6 of 6
(2,793 Views)