select all items in list box with button?
Hi,does anyone know a solution to select all items in a listbox with a [All] button?
New Window( "Select ONE Monthly ", <<Modal,V List Box( Text Box("ALL for Baseline"), mon = List Box(:Stage << get values), Button Box( "OK", cho = mon << get selected), ));dt_data << Select Where(Contains(cho, :Stage));
Regards and thank you in advance,Uwe
