dialog formlayout area
field “Holidays”
-
type = Date
-
multi value
-
inherits from field with same name in parent doc
field “e_Select”,
-
type = Checkbox
-
options formula = @Text(Holidays)
-
default empty
button “Delete selected Holidays”
-
modifies the “Holidays” field
-
refreshes the options for e_Select
-
refreshes the window
Problem: when a date is selected and the button is pressed, the options list for e_Select becomes smaller, reflecting the modified situation, but part of the old options list remains visible below the bottom option of the reduced list.
Refreshing and reloading commands have no effect.
What can I do so that only the new options are shown?