Hi ,

did you try something like this:

$Row:=size of array(ar_invBalance)+1
LISTBOX INSERT ROWS (*;"ListBoxName";$Row)
ar_invBalance{$row}:="New item"
OBJECT SET ENTERABLE(ar_invBalance{$row};True) 
EDIT ITEM(ar_invBalance;$row) 


the command LISTBOX INSERT ROWS adds the row(s) at the end of each array.

Patrick



-----
Patrick EMANUEL
------------------------------------------------------------
Administrator
www.association-qualisoft.eu 
(Soft1002, Simply Asso & QS_Toolbox)
--
Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html
**********************************************************************
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]
**********************************************************************

Reply via email to