Kirk: There are two ways that we accomplish what you are thinking of. Well actually only one, and the other is the work around.
To have a popup icon automatically show in the cell, you need to have 4D View Pro active. This will permit this type of object along with many others. If you use 4D View Pro active then you have many types of objects, and options available. When you do not have 4D View Pro available then one is almost out of luck. 1. - Have an on clicked event for the cell, and make objects available on the form (or a new dialog window) that lets you present a popup window. 2. - Make the column a picture column. Then use SVG to create the picture for each cell. The picture would be the value plus the popup icon. This of course is slower when may rows are displayed. Jody > On Nov 11, 2019, at 2:43 AM, rooftop99--- via 4D_Tech <[email protected]> > wrote: > > Hi All, > > When creating a ListBox in the 4D form editor it is possible to select a > single column and then set attributes for Choice List, Required List, and > Excluded list. This creates drop-down menus in each cell of that column. > When creating a Listbox column programmatically I don’t see a way to set > these attributes. Is it possible? The command “Listbox set Property” sets > other attributes, but not those three. > > Bottomline: I am looking for a way through code to create an ad hoc choice > dropdown in a given column of a Listbox object. How are you folks doing this > now? > > Thanks in advance for your help! > > Kirk ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

