G
Guest
Can I programmatically populate the selection value for a combo box?
I'm reading files in a directory and want to populate a combo box. I could
just build a table then read from it, but would like to do it in the program
if possible.
I have been trying:
MtStringOfFileNames = MtStringOfFileNames & MyFileName
MyCoboBox.rowsource = MtStringOfFileNames
But it doesn’t seem to work.
I'm reading files in a directory and want to populate a combo box. I could
just build a table then read from it, but would like to do it in the program
if possible.
I have been trying:
MtStringOfFileNames = MtStringOfFileNames & MyFileName
MyCoboBox.rowsource = MtStringOfFileNames
But it doesn’t seem to work.