Re: Which rows are selected?

2017-03-10 Thread Arnaud de Montard via 4D_Tech
the 'Selection Mode = Multiple' attribute set, how can I detect which > rows are selected?[...] use the boolean array of the listbox: $arr_p:=object get pointer(named object;"listboxName") $firstSelected:=find in array($arr_p->;true) $totalSelected_l:=count

RE: Which rows are selected?

2017-03-10 Thread Vance Villanueva via 4D_Tech
: bob.mil...@parker.com Subject: Which rows are selected? Hi Everyone, Call it Friday, call it memory loss, but don't call it lack of effort. I've been scouring the docs looking for how, using an array-type listbox with the 'Selection Mode = Multiple' attribute set, how can I detect which rows

Re: Which rows are selected?

2017-03-10 Thread Jim Dorrance via 4D_Tech
I've been scouring the docs looking for how, using an array-type listbox > with the 'Selection Mode = Multiple' attribute set, how can I detect which > rows are selected? > > It's going to be a big 'ah, duh!' moment, but I just can't find it. > > Thanks for the help - > > >

Re: Which rows are selected?

2017-03-10 Thread Keith Culotta via 4D_Tech
using an array-type listbox > with the 'Selection Mode = Multiple' attribute set, how can I detect which > rows are selected? > > It's going to be a big 'ah, duh!' moment, but I just can't find it. > > Thanks for the help - > > > Bob Miller