
Announcements
Hello~ First of all, there are two forms such as Second_Screen and First_Screen. In the Second_Screen, i create labels and will make it to invisible. In the First_Screen, there is dropdown that user can multiple selection. So, once user select two or three in dropdown, i want selected data shows visible in another screen. Other unselected will be still in invisible. Any ideas for this?
Hi @EmeraMin_22 ,
Are you using multiple labels to show all options?
If so, please try this.
Visible of each label.
Self.Text in ComboBox.SelectedAllItems.ColumnName
Best regards,
Rimmon