that is what I do with dynamic list boxes too. In this case the listbox is created/defined in the design environment
BUT... you just had me think - maybe... the column is NOT defined as a picture array.. and interpretedly it is being changed, but it wont change compiled... I cant check now, but will do so in the morning THANKS! > >> Le 11 déc. 2017 à 23:32, Chip Scheide via 4D_Tech >> <[email protected]> a écrit : >> >> When I execute the form from a host (or from the component), compiled, >> I get runtime error: >> Argument types are incompatible > > Hi Chip, > schematically, I type array listbox columns like this: > > On load > $arr_p:=Object get pointer(named object;"Column1") > array picture($arr_p->;0) > $arr_p:=Object get pointer(named object;"Column2") > array text($arr_p->;0) > > etc. > > I don't remember if it works in v13, but I suppose it should. ------------ Hell is other people Jean-Paul Sartre ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

