I have a component. In the component, I have a published (shared) method which opens an array listbox in its own window.
The data to be shown is passed from the host. I place the data from the host into the listbox using the following commands LISTBOX INSERT COLUMN(lb_Listbox;1;"obj_Listbox_Column1";Listbox_Column1;"obj_Col_Header";Col_Header) copy array($Host_Data->;listbox_Column1) How do I declare the array listbox_column1 so that: - the component will compile - the component will not complain once built and used with a host Thanks for any insight Chip --------------- Gas is for washing parts Alcohol is for drinkin' Nitromethane is for racing ********************************************************************** 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] **********************************************************************

