Page 1 of 1

DCL Dialogs

Posted: Mon Mar 20, 2023 10:43 am
by sln8458
Does anyone know if it is possible to create a DCL dialog (single) that is populated with different options dependant on a selection choice.

EG: 4 columns.
Column 1 has 5 options a, b, c, d & e
-----------
Column 2 will display options a1, a2, a3 & a4 if option 'a' s selected in column 1
Column 2 will display options b1, b2, b3 & b4 if option 'b' s selected in column 1
etc
etc
-----------
Column 3 will display options a11, a12, a13 & a14 if option 'a1' s selected in column 2
Column 3 will display options b11, b12, b13 & b14 if option 'b1' s selected in column 2
etc
etc
------------------

SteveN

Re: DCL Dialogs

Posted: Mon Mar 20, 2023 8:02 pm
by QuanNguyen
Hi Steven,

You can use list_box and/or popup_list.
popup_list.png
popup_list.png (77.2 KiB) Viewed 10128 times

Re: DCL Dialogs

Posted: Tue Mar 21, 2023 1:10 am
by sln8458
Thanks Quan,

That was my understanding, just wanter to confirm.
SteveN

Re: DCL Dialogs

Posted: Tue Mar 21, 2023 4:31 am
by SPirou4D
Yes when you choose a first options chekcbox you change already the content of dimensions !
So you can change the content of a column with choices.