Page 1 of 1

combobox inside a list box

Posted: Mon Jun 19, 2006 7:47 pm
by Ehab Samir Aziz
I want every field in a list box entered via combobox of fixed entries . How can I implement that control ?

Posted: Wed Jun 21, 2006 6:34 am
by Antonio Linares
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.