Re: Which rows are selected?

2017-03-10 Thread Arnaud de Montard via 4D_Tech
> with 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) $tot

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 d

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. > &

Re: Which rows are selected?

2017-03-10 Thread Keith Culotta via 4D_Tech
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

Which rows are selected?

2017-03-10 Thread bob.miller--- via 4D_Tech
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 are selected? It's going to b