Hi Guys,
I am working on a program that takes the values in a CSV file and displays some (based on a chosen column) of them in edit boxes for editing. I plan on using a combobox to select the column and filling the edit boxes with the data in that column. What I am having trouble with (really I don't know where to start) is populating the combobox with the values. The values(strings) for this start in the second row and the fifth column and run the rest of the second row for about 24 columns. The values I want to edit correspond to each of these values and are in the columns under them.
I have the file loaded into the program and displayed in a stringgrid at the moment.
I am working on a program that takes the values in a CSV file and displays some (based on a chosen column) of them in edit boxes for editing. I plan on using a combobox to select the column and filling the edit boxes with the data in that column. What I am having trouble with (really I don't know where to start) is populating the combobox with the values. The values(strings) for this start in the second row and the fifth column and run the rest of the second row for about 24 columns. The values I want to edit correspond to each of these values and are in the columns under them.
I have the file loaded into the program and displayed in a stringgrid at the moment.