Quote from
rcohen on October 9, 2021, 3:15 am
I asked a while back how to select an entry in a combobox programmatically to have it set on that item. And at the time the suggestion I had worked.
I've been pulling the hair out of my head trying to get this one to work in a large app I'm setting up, but then created a test on it's down and it still won't work.
Create a combobox and enter the following as items
00001-MLMoon
00002-ZedLSmith
00003-TammySBoycott
00004-IdaPDaily
Then in a button place
ListBoxFindItem "NameOfCBox" "00002-ZedLSmith" "[x]"
Does this work for YOU?
Thanks guys
I asked a while back how to select an entry in a combobox programmatically to have it set on that item. And at the time the suggestion I had worked.
I've been pulling the hair out of my head trying to get this one to work in a large app I'm setting up, but then created a test on it's down and it still won't work.
Create a combobox and enter the following as items
00001-MLMoon
00002-ZedLSmith
00003-TammySBoycott
00004-IdaPDaily
Then in a button place
ListBoxFindItem "NameOfCBox" "00002-ZedLSmith" "[x]"
Does this work for YOU?
Thanks guys