PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → combo-/listbox
combo-/listbox
Iniciado por Teun van Unen, 30,jun. 2004 16:32 - 2 respuestas
Publicado el 30,junio 2004 - 16:32
Hello WinDev Community,
I have a question (newbie!!) about combo/listbox. I have in my mind already having read elsewhere about this, but don't know where and when. Searching in the forum don't give me the solution.
- I defined a file with relation info
- there are 5 fields each of them holds one relationtype (combo/listbox)
- within each field you can choise for a relationtype like Debtor, Supplier
- the values in the combo/listbox to select the type are for each of the 5 fields the same
- so 1 relation can be a Debtor and a Supplier and a Creditor etc. with a maximum of 5
And now my question : the contents of the combo/listbox may not contain the types already used by this relation. How?
TIA, Teun
Publicado el 01,julio 2004 - 12:05
Hi Teun,
- I defined a file with relation info
- there are 5 fields each of them holds one relationtype (combo/listbox)
- within each field you can choise for a relationtype like Debtor, Supplier
- the values in the combo/listbox to select the type are for each of the 5 fields the same
- so 1 relation can be a Debtor and a Supplier and a Creditor etc. with a maximum of 5
And now my question : the contents of the combo/listbox may not contain the types already used by this relation. How?

Some programming to do!
Change the content of the other combo's on each change of the combo
the user is working on?

Peter
Publicado el 01,julio 2004 - 12:24
Hello Peter,
I was already 'afraid' of this answer. I was hoping for a solution with less work, but .....
Thanks again, Teun
Hi Teun,
- I defined a file with relation info
- there are 5 fields each of them holds one relationtype (combo/listbox)
- within each field you can choise for a relationtype like Debtor, Supplier
- the values in the combo/listbox to select the type are for each of the 5 fields the same
- so 1 relation can be a Debtor and a Supplier and a Creditor etc. with a maximum of 5
And now my question : the contents of the combo/listbox may not contain the types already used by this relation. How?
Some programming to do!

Change the content of the other combo's on each change of the combo
the user is working on?

Peter