I guess I must be overlooking the obvious here … I searched the documentation, the NUG, the Blog but could not find an answer, so maybe somebody can help me out.
I have a collection that is being displayed inside a listbox. So far so good. No issues. I can select the rows and I can edit the cell contents. Now, I want to add a row, and enter values. Here’s where it goes wrong. I cannot get the row to display, let alone edit it. Since ‘LISTBOX INSERT ROWS’ only works with arrays, I tried cColl.push, which actually adds an element to the collection (I verified in the debugger) But the row is not added to the listbox, no matter what I try (i.e. REDRAW(Listbox)) The next challenge will be to delete an element … Has anybody done this successfully? Rudy Mortier Two Way Communications bvba ********************************************************************** 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] **********************************************************************

