Re: Selection Based ListBox - How do I extract and apply values to a single cell?

2019-11-13 Thread Kirk Brooks via 4D_Tech
Hi Bob, On Wed, Nov 13, 2019 at 9:59 AM Bob Miller via 4D_Tech <4d_tech@lists.4d.com> wrote: > The example in the docs doesn't help me understand what you mean about > using Form with a listbox. > Can you step through a little example of how Form would help in this case, > to control a listbox?

Re: Selection Based ListBox - How do I extract and apply values to a single cell?

2019-11-13 Thread Chip Scheide via 4D_Tech
also - formatting of the displayed data in the listbox (including column widths and titles) Thanks Chip On Wed, 13 Nov 2019 17:59:41 +, Bob Miller via 4D_Tech wrote: > > Can you step through a little example of how Form would help in this > case, to control a listbox? We have done so

Re: Selection Based ListBox - How do I extract and apply values to a single cell?

2019-11-12 Thread rooftop99--- via 4D_Tech
I now get selection based ListBoxes… Thanks for your help!! Kirk > On Nov 12, 2019, at 9:09 AM, Chip Scheide via 4D_Tech <4d_tech@lists.4d.com> > wrote: > >> >> Hi, >> schematically, I do this: >> save selection >> // use userset > > use listbox selected set > maybe simpler > apply to

Re: Selection Based ListBox - How do I extract and apply values to a single cell?

2019-11-12 Thread rooftop99--- via 4D_Tech
Thank you Kirk! That got me past my mental block!! We are on 16, but will be moving to 17 in a month or two. Due to timing I will have to build this feature the old way, but once we get to 17 I will certainly dive into ORDA. Kirk > On Nov 12, 2019, at 7:10 AM, Kirk Brooks via 4D_Tech

Re: Selection Based ListBox - How do I extract and apply values to a single cell?

2019-11-12 Thread Chip Scheide via 4D_Tech
> Hi, > schematically, I do this: > save selection >// use userset use listbox selected set maybe simpler apply to selection( = ) >// selection to array >// replace values in array >// array to selection > use selection > highlight userset > > -- > Arnaud de Montard > > > >

Re: Selection Based ListBox - How do I extract and apply values to a single cell?

2019-11-12 Thread Arnaud de Montard via 4D_Tech
> Le 12 nov. 2019 à 09:22, rooftop99--- via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > Hi All > > I feel like a rookie, but here is the deal... > > I have used array Listboxes many times with success. A current project > requires the use of a Selection based listbox. How do I execute

Re: Selection Based ListBox - How do I extract and apply values to a single cell?

2019-11-12 Thread Kirk Brooks via 4D_Tech
Hi Kirk, What version are you using? If it's v16 or less think of the tasks you trying to accomplish in terms of the selection in the listbox instead of the cells. For the fill down example from the listbox you determine what field (column) you are working with then apply the changes to that

Selection Based ListBox - How do I extract and apply values to a single cell?

2019-11-12 Thread rooftop99--- via 4D_Tech
Hi All I feel like a rookie, but here is the deal... I have used array Listboxes many times with success. A current project requires the use of a Selection based listbox. How do I execute Cell level logic? For example: Let’s say I want to create a simple “fill down" function. The user