Re: Which rows are selected?

2017-03-10 Thread Arnaud de Montard via 4D_Tech
> Le 10 mars 2017 à 20:56, bob.miller--- via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > 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 =

RE: Which rows are selected?

2017-03-10 Thread Vance Villanueva via 4D_Tech
Hi Bob, Here is also a KB example about this: http://kb.4d.com/assetid=76902 Regards, Vance Villanueva -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of bob.miller--- via 4D_Tech Sent: Friday, March 10, 2017 11:57 AM To: 4d_tech@lists.4d.com Cc:

Re: Which rows are selected?

2017-03-10 Thread Jim Dorrance via 4D_Tech
A ListBox is a boolean array, with an element returning True representing a selected rows. On Fri, Mar 10, 2017 at 8:56 PM, bob.miller--- via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Hi Everyone, > > Call it Friday, call it memory loss, but don't call it lack of effort. > I've been scouring the

Re: Which rows are selected?

2017-03-10 Thread Keith Culotta via 4D_Tech
listBox{$row}=true Keith - CDI > On Mar 10, 2017, at 1:56 PM, bob.miller--- via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > 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 >