I want every field in a list box entered via combobox of fixed entries . How can I implement that control ?
I want every field in a list box entered via combobox of fixed entries . How can I implement that control ?
Ehab,
samples\TestLbx.prg shows how to dinamically add new items to a listbox.
samples\combos.prg shows how to use combos ON CHANGE event.
Combine both concepts and you can do what you are looking for.