combobox inside a list box

Post Reply
Ehab Samir Aziz
Posts: 334
Joined: Fri Oct 14, 2005 1:54 pm

combobox inside a list box

Post by Ehab Samir Aziz »

I want every field in a list box entered via combobox of fixed entries . How can I implement that control ?
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post 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.
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply